Enable nvim exrc
parent
d224acf4eb
commit
24cba7052d
|
@ -29,3 +29,5 @@ opt.hlsearch = true
|
|||
opt.mouse = "a"
|
||||
|
||||
opt.encoding = "utf-8"
|
||||
|
||||
opt.exrc = true
|
||||
|
|
|
@ -64,6 +64,9 @@ mise.local.toml
|
|||
|
||||
# vim
|
||||
Session.vim
|
||||
.exrc
|
||||
.nvimrc
|
||||
.nvim.lua
|
||||
|
||||
# Projectionist
|
||||
.projections.json
|
||||
|
|
Loading…
Reference in New Issue