nvim: modules: Alignment cleanup
Slight OCD :).
This commit is contained in:
parent
8ad693d5bc
commit
e715f19d1e
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
vim.g.better_whitespace_enabled = 1
|
||||
vim.g.strip_whitespace_on_save = 1
|
||||
vim.g.better_whitespace_enabled = 1
|
||||
vim.g.strip_whitespace_on_save = 1
|
||||
vim.g.better_whitespace_operator = ''
|
||||
vim.g.strip_whitespace_confirm = 0
|
||||
vim.g.strip_whitespace_confirm = 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
vim.g.workspace_session_directory = vim.fn.expand('~/.vim/session/')
|
||||
vim.g.workspace_undodir = vim.fn.expand('~/.vim/undodir')
|
||||
vim.g.workspace_autosave = 0
|
||||
vim.g.workspace_autosave_ignore = {'gitcommit', 'qf', 'tagbar'}
|
||||
vim.g.workspace_session_directory = vim.fn.expand('~/.vim/session/')
|
||||
vim.g.workspace_undodir = vim.fn.expand('~/.vim/undodir')
|
||||
vim.g.workspace_autosave = 0
|
||||
vim.g.workspace_autosave_ignore = {'gitcommit', 'qf', 'tagbar'}
|
||||
vim.g.workspace_session_disable_on_args = 1
|
||||
|
|
Loading…
Reference in a new issue