feat(nvim): add impatient.nvim for faster startup
parent
277b29f62d
commit
1be12ba2c3
|
@ -78,6 +78,7 @@ in
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
copilot-cmp
|
copilot-cmp
|
||||||
direnv-vim
|
direnv-vim
|
||||||
|
impatient-nvim
|
||||||
lsp_lines-nvim
|
lsp_lines-nvim
|
||||||
lspkind-nvim
|
lspkind-nvim
|
||||||
lspsaga-nvim-original
|
lspsaga-nvim-original
|
||||||
|
|
|
@ -37,6 +37,8 @@ if vim.g.neovide then
|
||||||
vim.g.neovide_scale_factor = 0.7
|
vim.g.neovide_scale_factor = 0.7
|
||||||
end
|
end
|
||||||
|
|
||||||
|
require("impatient")
|
||||||
|
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
|
|
||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
|
|
Loading…
Reference in New Issue