summaryrefslogtreecommitdiffstats
path: root/lua/config/options.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2024-12-23 11:10:01 +0100
committerNanderty <psopka@sopka.ch>2024-12-23 11:10:01 +0100
commit7c730479e2e44e74d87be0d7c34dfaef96f9a6e1 (patch)
tree0447ce633c3a839818cc3f70229ec8328b8c5467 /lua/config/options.lua
parente711158bb790bdcb6634df9521c880e9eb0c1d6b (diff)
downloadneovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.tar.gz
neovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.tar.bz2
neovim-config-7c730479e2e44e74d87be0d7c34dfaef96f9a6e1.zip
Fix local config
Diffstat (limited to 'lua/config/options.lua')
-rw-r--r--lua/config/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index b2dc166..ff9d816 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -1,6 +1,6 @@
return {
{
- dir = '',
+ dir = '.',
name = 'options',
lazy = false,
init = function()