nvim: watchfiles should perform better now
This commit is contained in:
parent
c4d03f75d0
commit
5064b66e8c
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ local function make_client_capabilities()
|
|||
local caps = require('cmp_nvim_lsp').default_capabilities()
|
||||
local def = vim.lsp.protocol.make_client_capabilities()
|
||||
caps = vim.tbl_deep_extend('keep', caps, def)
|
||||
caps.workspace.didChangeWatchedFiles.dynamicRegistration = false
|
||||
-- caps.workspace.didChangeWatchedFiles.dynamicRegistration = false
|
||||
return caps
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue