diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-04 23:56:36 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-04 23:56:36 +0200 |
| commit | 9f63f765b16edbff55598ae73c932ced658ad951 (patch) | |
| tree | 2c58d179c6115a8747defc58c0a7c8a5bf4995d6 /lua/user | |
| parent | ff7c7f58ccce977cd32144c4d22fb57e73611706 (diff) | |
| download | dotfiles-9f63f765b16edbff55598ae73c932ced658ad951.tar.gz dotfiles-9f63f765b16edbff55598ae73c932ced658ad951.zip | |
set autochdir
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/opts.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 46121ba..6da4234 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -20,6 +20,7 @@ vim.opt.fileencoding = "utf-8" -- vim.g.python3_host_prog = "/usr/bin/python3" -- vim.g.loaded_python3_provider = 1 -- vim.g.sh_noisk = 1 -- iskeyword word boundaries when editing a 'sh' file +vim.o.autochdir = true --vim.opt.sessionoptions = "buffers,curdir,folds,help,tabpages,winsize,resize,winpos,terminal,globals" -- -- Colors |
