[nvim] sync buffers between instances and disabled swapfile
This commit is contained in:
parent
e492e31e42
commit
4f91b59860
1 changed files with 4 additions and 0 deletions
|
@ -42,3 +42,7 @@ vim.g.jukit_mappings = 0
|
||||||
vim.opt.formatoptions:remove("ro")
|
vim.opt.formatoptions:remove("ro")
|
||||||
--Sign gutter always on
|
--Sign gutter always on
|
||||||
vim.opt.signcolumn = "yes"
|
vim.opt.signcolumn = "yes"
|
||||||
|
-- sync buffers automatically
|
||||||
|
vim.opt.autoread = true
|
||||||
|
-- disable swapfile
|
||||||
|
vim.opt.swapfile = false
|
||||||
|
|
Loading…
Reference in a new issue