Skip to content

Commit 467a7ce

Browse files
authored
Update lsp.lua
1 parent 21fea0c commit 467a7ce

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

after/plugin/lsp.lua

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ lsp.ensure_installed({
88
})
99

1010
-- Fix Undefined global 'vim'
11-
lsp.configure('lua-language-server', {
12-
settings = {
13-
Lua = {
14-
diagnostics = {
15-
globals = { 'vim' }
16-
}
17-
}
18-
}
19-
})
11+
lsp.nvim_workspace()
2012

2113

2214
local cmp = require('cmp')

0 commit comments

Comments
 (0)