feat: add post-configuration functions for enhanced functionality

This commit is contained in:
2024-11-03 00:59:50 -04:00
parent e3b92f4714
commit a211c67e03
2 changed files with 65 additions and 60 deletions
+9
View File
@@ -0,0 +1,9 @@
-- ━━━━━━━━━━━━━━━━━━━━━━━━ Post-Config Functions ━━━━━━━━━━━━━━━━━━━━━━━━
-- Setup blinky cursor
require("utils.blinky").setup(vim.g.blinky)
-- Setup nvim-remote
if vim.fn.executable("nvr") == 1 then
vim.env.GIT_EDITOR = "nvr -cc split --remote-wait +'set bufhidden=wipe'"
end