add linter and formatting support
This commit is contained in:
parent
400e7eeb5e
commit
2e76dd1cab
6 changed files with 51 additions and 40 deletions
9
config/nvim/lua/aleidk/plugins/mason.lua
Normal file
9
config/nvim/lua/aleidk/plugins/mason.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"typescript-language-server",
|
||||
"eslint_d",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue