fix: comment plugin fixes, jsonls path fixed

pull/101/head
Rohit Dandnayak 3 years ago
parent 7a082a3306
commit 4537a53cc7

@ -1,5 +1,5 @@
local default_schemas = nil
local status_ok, jsonls_settings = pcall(require, "nlspsettings.jsonls")
local status_ok, jsonls_settings = pcall(require, "nlspsettings")
if status_ok then
default_schemas = jsonls_settings.get_default_schemas()
end

@ -17,7 +17,7 @@ local options = {
splitright = true, -- force all vertical splits to go to the right of current window
swapfile = false, -- creates a swapfile
-- termguicolors = true, -- set term gui colors (most terminals support this)
timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds)
timeoutlen = 500, -- time to wait for a mapped sequence to complete (in milliseconds)
undofile = true, -- enable persistent undo
updatetime = 300, -- faster completion (4000ms default)
writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited

Loading…
Cancel
Save