Skip to content

Commit

Permalink
feat(nvim): add jsonls via Mason
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 23, 2024
1 parent 41b8ac3 commit 123524d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/neovim/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ require('mason-lspconfig').setup()
local servers = {
bashls = {},
jdtls = {}, -- java
jsonls = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
Expand Down

0 comments on commit 123524d

Please sign in to comment.