Correctly sets up lua IDE

This commit is contained in:
Dennis Schoepf 2025-04-15 20:49:59 +02:00
parent 26428924c0
commit 98e3a59438
9 changed files with 56 additions and 73 deletions

View file

@ -41,7 +41,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 = 200, -- time to wait for a mapped sequence to complete (in milliseconds)
timeoutlen = 600, -- time to wait for a mapped sequence to complete (in milliseconds)
undofile = true, -- enable persistent undo
updatetime = 230, -- 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