nil handling

serverCapcities
ray-x 2 years ago
parent 5c8b3b9ca1
commit b69154f9ee

@ -221,6 +221,7 @@ M.config_values = function()
end
M.setup = function(cfg)
cfg = cfg or {}
extend_config(cfg)
vim.cmd([[autocmd FileType,BufEnter * lua require'navigator.lspclient.clients'.on_filetype()]]) -- BufWinEnter BufNewFile,BufRead ?

Loading…
Cancel
Save