nvim: Add a few plugins
This commit is contained in:
parent
ad8fdfc93c
commit
f6f0c121d6
2 changed files with 5 additions and 0 deletions
|
@ -98,8 +98,10 @@
|
|||
bufferline-nvim
|
||||
cmp-nvim-lsp
|
||||
cmp_luasnip
|
||||
ctrlp-vim
|
||||
galaxyline-nvim
|
||||
indentLine
|
||||
leap-nvim
|
||||
lualine-nvim
|
||||
luasnip
|
||||
neorg
|
||||
|
@ -114,6 +116,7 @@
|
|||
plenary-nvim
|
||||
vim-closetag
|
||||
vim-nix
|
||||
vim-startuptime
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -143,4 +143,6 @@ cmp.setup {
|
|||
},
|
||||
}
|
||||
|
||||
require("leap").add_default_mappings()
|
||||
|
||||
vim.api.nvim_set_keymap("n", "<C-b>", ":NvimTreeToggle<CR>", { noremap = true, silent = true })
|
||||
|
|
Loading…
Reference in a new issue