feat(nvim): replace impatient with new vim loader
parent
7b9674969a
commit
5a0fbea15c
|
@ -70,7 +70,6 @@ in
|
|||
cmp_luasnip
|
||||
copilot-cmp
|
||||
direnv-vim
|
||||
impatient-nvim
|
||||
lsp_lines-nvim
|
||||
lspkind-nvim
|
||||
lspsaga-nvim-original
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require("impatient")
|
||||
vim.loader.enable()
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
sync_install = false,
|
||||
|
|
Loading…
Reference in New Issue