mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add neovim config with some plugins
This commit is contained in:
6
.config/nvim/lua/plugins/mason.lua
Normal file
6
.config/nvim/lua/plugins/mason.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
-- mason for downloading language servers
|
||||
{'williamboman/mason.nvim'},
|
||||
-- mason-lspconfig to configure auto setup of language servers
|
||||
{'williamboman/mason-lspconfig.nvim'},
|
||||
}
|
||||
Reference in New Issue
Block a user