Further restructuring.
This commit is contained in:
parent
28778716da
commit
c7383d9700
27 changed files with 751 additions and 262 deletions
15
lua/plugins/lsp-config.lua
Normal file
15
lua/plugins/lsp-config.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
-- LSP Configuration & Plugins
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
-- Automatically install LSPs to stdpath for neovim
|
||||
{ 'williamboman/mason.nvim', config = true },
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
|
||||
-- Useful status updates for LSP
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
'folke/neodev.nvim',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue