Initial nvim config, derived from kickstart.nvim.
This commit is contained in:
parent
09be919865
commit
39536754b3
38 changed files with 479 additions and 338 deletions
11
.config/nvim/lua/plugins/init.lua
Normal file
11
.config/nvim/lua/plugins/init.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
'tpope/vim-sleuth',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
'nvim-lualine/lualine.nvim',
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ 'ethanholz/nvim-lastplace', config = {} },
|
||||
{ "akinsho/bufferline.nvim", config = {} },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue