Skip to content

Commit

Permalink
Remove duplicated field in Neovim Lsp config
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Apr 30, 2024
1 parent 73518d9 commit c2c9335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ require('mason-lspconfig').setup({
"dockerls", "jsonls", "elixirls", "yamlls", "lua_ls", "ltex", "clangd",
"gopls"
},
handlers = {lsp.default_setup}
})

lsp.setup()
Expand Down

0 comments on commit c2c9335

Please sign in to comment.