feat(nvim): add impatient.nvim for faster startup

dev-docs
Moritz Böhme 2023-03-09 16:17:27 +01:00
parent 277b29f62d
commit 1be12ba2c3
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -37,6 +37,8 @@ if vim.g.neovide then
vim.g.neovide_scale_factor = 0.7
end
require("impatient")
local wk = require("which-key")
require("nvim-treesitter.configs").setup({