mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
lotsa cool updates
This commit is contained in:
parent
8de9592cb6
commit
7fcb36f16d
5 changed files with 91 additions and 1 deletions
|
@ -31,7 +31,7 @@ vim.o.showtabline=2 --Always show tabs
|
|||
vim.o.showmode=false --We don't need to see things like -- INSERT -- anymore
|
||||
vim.o.backup=false --This is recommended by coc
|
||||
vim.o.writebackup=false --This is recommended by coc
|
||||
vim.o.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
|
||||
vim.wo.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
|
||||
vim.o.updatetime=300 --Faster completion
|
||||
vim.o.timeoutlen=1000 --By default timeoutlen is 1000 ms
|
||||
vim.o.clipboard="unnamedplus" --Copy paste between vim and everything else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue