chore(wip): 1
This commit is contained in:
parent
d5dff83e53
commit
726fd3b71a
2 changed files with 9 additions and 4 deletions
3
init.lua
3
init.lua
|
|
@ -95,6 +95,9 @@ require('lazy').setup({
|
|||
'williamboman/mason.nvim',
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"black",
|
||||
"eslint-lsp",
|
||||
"prettier",
|
||||
"typescript-language-server"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue