Ændrede diverse ting, især tilføjede jeg en masse lua-snippets
This commit is contained in:
parent
3e9363b016
commit
b1b7a050da
14 changed files with 428 additions and 19 deletions
|
|
@ -33,7 +33,7 @@ vim.opt.signcolumn = "yes"
|
|||
|
||||
vim.opt.updatetime = 250
|
||||
-- For which-key
|
||||
vim.opt.timeoutlen = 300
|
||||
vim.opt.timeoutlen = 500
|
||||
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "␣" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue