📝 Changed config to never create swap file
This commit is contained in:
parent
b950139fde
commit
a852bd47df
1 changed files with 3 additions and 0 deletions
|
|
@ -346,5 +346,8 @@ vim.cmd[[highlight Comment cterm=italic gui=italic]]
|
|||
vim.cmd[[hi! Normal ctermbg=NONE guibg=NONE]]
|
||||
vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
|
||||
|
||||
-- never create swap files
|
||||
vim.cmd[[set noswapfile]]
|
||||
|
||||
-- do not close the markdown preview tab when switching to other buffers
|
||||
-- vim.g.mkdp_auto_close = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue