Skip to content

Commit

Permalink
feat(nvim): sumneko lua is renamed to lua_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo committed Feb 20, 2023
1 parent 58fa283 commit 1af22dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dot_config/nvim/lua/configs/_lspconfig.lua.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ lspconfig.pyright.setup {
on_attach = on_attach,
}

-- sumneko_lua
lspconfig.sumneko_lua.setup {
-- lua-language-server
lspconfig.lua_ls.setup {
capabilities = capabilities,
on_attach = on_attach,
settings = {
Expand Down
4 changes: 2 additions & 2 deletions nixos/modules/editor/neovim/lua/plugin-configs/_lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ lspconfig.pyright.setup {
on_attach = on_attach,
}

-- sumneko_lua
lspconfig.sumneko_lua.setup {
-- lua-language-server
lspconfig.lua_ls.setup {
capabilities = capabilities,
on_attach = on_attach,
settings = {
Expand Down

0 comments on commit 1af22dc

Please sign in to comment.