more nvim config
This commit is contained in:
parent
4ecc5566b4
commit
6d6e894f53
14 changed files with 107 additions and 120 deletions
|
@ -1,24 +1,11 @@
|
|||
return {
|
||||
'rcarriga/nvim-notify',
|
||||
{ 'kylechui/nvim-surround', version = '*', event = 'VeryLazy', opts = {} },
|
||||
{ 'akinsho/bufferline.nvim', config = {} },
|
||||
'stefandtw/quickfix-reflector.vim',
|
||||
{ 'akinsho/bufferline.nvim', config = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'ethanholz/nvim-lastplace', config = {} },
|
||||
{ 'norcalli/nvim-colorizer.lua', opts = {}, config = function ()
|
||||
require('colorizer').setup()
|
||||
end },
|
||||
{ 'nvim-treesitter/nvim-treesitter-context', dependencies = { 'nvim-treesitter/nvim-treesitter' }},
|
||||
{ 'kylechui/nvim-surround', version = '*', event = 'VeryLazy', opts = {} },
|
||||
{ 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} },
|
||||
{ 'norcalli/nvim-colorizer.lua', opts = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'wakatime/vim-wakatime', event = 'VeryLazy' },
|
||||
|
||||
{ 'lukas-reineke/indent-blankline.nvim',
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
dependencies = { 'olimorris/onedarkpro.nvim' }
|
||||
},
|
||||
|
||||
{ 'neovim/nvim-lspconfig', dependencies = {
|
||||
'folke/neodev.nvim',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
'williamboman/mason.nvim',
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
}},
|
||||
{ 'williamboman/mason.nvim', opts = {} },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue