Skip to content

Commit

Permalink
Fixed mason.nvim initialization (for reals this time).
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Jun 13, 2023
1 parent 9e878b5 commit 79421bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local servers = {
"jsonls",
"pyright",
"texlab",
"marksman",
}
for _, lsp in ipairs(servers) do
nvim_lsp[lsp].setup({
Expand Down
2 changes: 2 additions & 0 deletions lua/plugins/mason-lspconfig.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require("mason").setup()

require("mason-lspconfig").setup {
ensure_installed = {
"bashls",
Expand Down

0 comments on commit 79421bb

Please sign in to comment.