Skip to content

Commit

Permalink
🔧 Add lsp config
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbutty committed Jun 13, 2023
1 parent fc0b3fb commit 36210e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ return {
-- "go",
},
ignore_filetypes = { -- disable format on save for specified filetypes
"vue",
-- "python",
},
},
Expand Down
4 changes: 4 additions & 0 deletions plugins/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ return {
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
-- "prettier",
-- "stylua",
"vue-language-server",
"phpactor",
"custom-elements-languageserver",
"eslint-lsp",
})
end,
},
Expand Down

0 comments on commit 36210e5

Please sign in to comment.