Skip to content

Commit

Permalink
Merge pull request #10 from f1zm0/dev
Browse files Browse the repository at this point in the history
feat: update setup script, copilot settings and fix lua_ls warning
  • Loading branch information
f1zm0 committed Feb 12, 2023
2 parents f50025d + 7b629ed commit 6940ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/hvim/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ M.lsp = {
'golangci_lint_ls',
'gopls',
'jsonls',
'lua_ls',
'pyright',
'rust_analyzer',
'sumneko_lua',
'tsserver',
'yamlls',
},
Expand Down
4 changes: 2 additions & 2 deletions lua/hvim/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end

local signs_icons = require('hvim.ui.icons').diagnostics

local sumneko_lua_settings = {
local lua_ls_settings = {
settings = {
Lua = {
runtime = {
Expand Down Expand Up @@ -41,7 +41,7 @@ local servers = {
jsonls = {},
pyright = {},
rust_analyzer = {},
sumneko_lua = sumneko_lua_settings,
lua_ls = lua_ls_settings,
tsserver = {},
yamlls = {},
}
Expand Down

0 comments on commit 6940ff5

Please sign in to comment.