diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-30 21:06:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-30 21:06:21 +0900 |
| commit | b7a2a889b390c1096e7d5906071c8913438574bb (patch) | |
| tree | 22b90ced8c148516b9112d15e4dc228f3e059c41 | |
| parent | adf280fd114933c843066b4ffead44e76d6ee415 (diff) | |
| download | dotfiles-b7a2a889b390c1096e7d5906071c8913438574bb.tar.gz dotfiles-b7a2a889b390c1096e7d5906071c8913438574bb.tar.zst dotfiles-b7a2a889b390c1096e7d5906071c8913438574bb.zip | |
nvim: enable 'exrc'
| -rw-r--r-- | .config/nvim/lua/init/01-options.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/lua/init/01-options.lua b/.config/nvim/lua/init/01-options.lua index d94d951..0ad6773 100644 --- a/.config/nvim/lua/init/01-options.lua +++ b/.config/nvim/lua/init/01-options.lua @@ -152,3 +152,5 @@ O.fileencodings = 'utf-8,cp932,euc-jp' -- Misc. {{{1 + +O.exrc = true |
