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
|
bufferline-nvim
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
|
ctrlp-vim
|
||||||
galaxyline-nvim
|
galaxyline-nvim
|
||||||
indentLine
|
indentLine
|
||||||
|
leap-nvim
|
||||||
lualine-nvim
|
lualine-nvim
|
||||||
luasnip
|
luasnip
|
||||||
neorg
|
neorg
|
||||||
|
@ -114,6 +116,7 @@
|
||||||
plenary-nvim
|
plenary-nvim
|
||||||
vim-closetag
|
vim-closetag
|
||||||
vim-nix
|
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 })
|
vim.api.nvim_set_keymap("n", "<C-b>", ":NvimTreeToggle<CR>", { noremap = true, silent = true })
|
||||||
|
|
Loading…
Reference in a new issue