fix config not working in other dirs. whoops
This commit is contained in:
17
lua/core/overrides/lspzero.lua
Normal file
17
lua/core/overrides/lspzero.lua
Normal file
@ -0,0 +1,17 @@
|
||||
local lsp = require('lsp-zero')
|
||||
lsp.set_preferences {
|
||||
suggest_lsp_servers = true,
|
||||
setup_servers_on_start = true,
|
||||
set_lsp_keymaps = true,
|
||||
configure_diagnostics = true,
|
||||
cmp_capabilities = true,
|
||||
manage_nvim_cmp = false,
|
||||
call_servers = 'local',
|
||||
sign_icons = {
|
||||
error = 'x',
|
||||
warn = '!',
|
||||
hint = '?',
|
||||
info = 'i'
|
||||
}
|
||||
}
|
||||
lsp.setup()
|
Reference in New Issue
Block a user