mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-05-14 04:21:46 +02:00
Add neovim config with some plugins
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require('mason').setup({})
|
||||
require('mason-lspconfig').setup({
|
||||
handlers = {
|
||||
function(server_name)
|
||||
require('lspconfig')[server_name].setup({})
|
||||
end,
|
||||
},
|
||||
})
|
||||
-- install language servers via :LspInstall
|
||||
Reference in New Issue
Block a user