feat(nvim): replace impatient with new vim loader

dev-docs
Moritz Böhme 2023-04-10 11:52:13 +02:00
parent 7b9674969a
commit 5a0fbea15c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,6 @@ in
cmp_luasnip
copilot-cmp
direnv-vim
impatient-nvim
lsp_lines-nvim
lspkind-nvim
lspsaga-nvim-original

View File

@ -1,4 +1,4 @@
require("impatient")
vim.loader.enable()
require("nvim-treesitter.configs").setup({
sync_install = false,