nvim: init: Drop exrc and secure
exrc is deprecated and not recommended. Accordingly also drop secure. See https://github.com/neovim/neovim/issues/5784#issuecomment-506993689
This commit is contained in:
parent
7fb370f824
commit
aee5337f55
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ vim.o.scrolloff = 3
|
||||||
vim.o.sidescrolloff = 5
|
vim.o.sidescrolloff = 5
|
||||||
vim.o.textwidth = 78
|
vim.o.textwidth = 78
|
||||||
vim.o.linespace = 0
|
vim.o.linespace = 0
|
||||||
vim.o.exrc = true
|
|
||||||
vim.o.secure = true
|
|
||||||
vim.o.showcmd = true
|
vim.o.showcmd = true
|
||||||
vim.o.showmatch = true
|
vim.o.showmatch = true
|
||||||
vim.o.ruler = true
|
vim.o.ruler = true
|
||||||
|
|
Loading…
Reference in a new issue