mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
no backups
This commit is contained in:
@@ -8,6 +8,10 @@ vim.g.maplocalleader = ' '
|
|||||||
-- NOTE: You can change these options as you wish!
|
-- NOTE: You can change these options as you wish!
|
||||||
-- For more options, you can see `:help option-list`
|
-- For more options, you can see `:help option-list`
|
||||||
|
|
||||||
|
-- livin on the edge
|
||||||
|
vim.o.backup = false
|
||||||
|
vim.o.swapfile = false
|
||||||
|
|
||||||
-- set title of terminal
|
-- set title of terminal
|
||||||
vim.opt.title = true
|
vim.opt.title = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user