more nvim config
This commit is contained in:
parent
4ecc5566b4
commit
6d6e894f53
14 changed files with 107 additions and 120 deletions
8
.config/nvim/lua/plugins/lspconfig.lua
Normal file
8
.config/nvim/lua/plugins/lspconfig.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
{ 'williamboman/mason.nvim', opts = {} },
|
||||
{ 'folke/neodev.nvim', opts = {}},
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue