[nvim] tmplate for options
This commit is contained in:
parent
458aa6a5e1
commit
1b4f489483
@ -11,7 +11,11 @@ vim.opt.shiftround = true
|
|||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
--vim.opt.completeopt = { "menuone", "noselect", "noinsert" }
|
--vim.opt.completeopt = { "menuone", "noselect", "noinsert" }
|
||||||
vim.opt.backup = true
|
vim.opt.backup = true
|
||||||
|
{{ if .chezmoi.hostname "taupo" }}
|
||||||
vim.opt.backupdir = "/home/taziden/.vim/backup"
|
vim.opt.backupdir = "/home/taziden/.vim/backup"
|
||||||
|
{{ else }}
|
||||||
|
vim.opt.backupdir = "/home/jrabier/.vim/backup"
|
||||||
|
{{ end }}
|
||||||
vim.opt.hidden = true
|
vim.opt.hidden = true
|
||||||
vim.opt.ignorecase = true
|
vim.opt.ignorecase = true
|
||||||
vim.opt.lcs = { trail = ".", tab = ">-" }
|
vim.opt.lcs = { trail = ".", tab = ">-" }
|
||||||
Loading…
x
Reference in New Issue
Block a user