mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
NVIM with Lazy.vim Package Manager
- Added the basic setting for functional LSP. - Split configurations into multiple files suitable for Lazy usage.
This commit is contained in:
15
common/.config/nvim/lua/plugins.lua
Normal file
15
common/.config/nvim/lua/plugins.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
-- Keeps the plugin list that Lazy uses at one place
|
||||
return {
|
||||
-- From VIM
|
||||
{ "tpope/vim-fugitive" },
|
||||
{ "tpope/vim-surround" },
|
||||
{ "tpope/vim-repeat" },
|
||||
{ "tpope/vim-commentary" },
|
||||
{ "tpope/vim-sensible" },
|
||||
{ "rstacruz/vim-closer" },
|
||||
{ "machakann/vim-highlightedyank" },
|
||||
{ "airblade/vim-gitgutter" },
|
||||
{ "easymotion/vim-easymotion" },
|
||||
{ "preservim/nerdtree" },
|
||||
-- { 'itchyny/lightline.vim' },
|
||||
}
|
||||
Reference in New Issue
Block a user