[nvim] fix
This commit is contained in:
parent
1b4f489483
commit
07aa5e3e44
@ -11,7 +11,7 @@ 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" }}
|
{{- if eq .chezmoi.hostname "taupo" }}
|
||||||
vim.opt.backupdir = "/home/taziden/.vim/backup"
|
vim.opt.backupdir = "/home/taziden/.vim/backup"
|
||||||
{{ else }}
|
{{ else }}
|
||||||
vim.opt.backupdir = "/home/jrabier/.vim/backup"
|
vim.opt.backupdir = "/home/jrabier/.vim/backup"
|
||||||
@ -25,7 +25,11 @@ vim.opt.number = true
|
|||||||
vim.opt.showmatch = true
|
vim.opt.showmatch = true
|
||||||
--vim.opt.spelllang = fr
|
--vim.opt.spelllang = fr
|
||||||
vim.opt.undofile = true
|
vim.opt.undofile = true
|
||||||
|
{{- if eq .chezmoi.hostname "taupo" }}
|
||||||
vim.opt.undodir = "/home/taziden/.vim/undo"
|
vim.opt.undodir = "/home/taziden/.vim/undo"
|
||||||
|
{{ else }}
|
||||||
|
vim.opt.undodir = "/home/jrabier/.vim/undo"
|
||||||
|
{{ end }}
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user