diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:48:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:48:53 +0200 |
| commit | 0369fc247997f6e123f17ccc1308e0d5ab969495 (patch) | |
| tree | 1ea76f8d1f050e2a950a6ebab02cbdeed62842fe /lua/user/opts.lua | |
| parent | f26108bc10a22fef7cc622b835aaf3ac6c63ea56 (diff) | |
| download | dotfiles-0369fc247997f6e123f17ccc1308e0d5ab969495.tar.gz dotfiles-0369fc247997f6e123f17ccc1308e0d5ab969495.zip | |
Allow .editorconfig to work better/faster
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index f8cb064..0b3f32b 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -244,6 +244,8 @@ vim.g.netrw_winsize = 25 --vim.cmd([[ -- "filetype plugin indent on --]]) +vim.cmd('filetype plugin on') +vim.cmd('filetype indent off') -- Let clipboard register be + vim.cmd([[ |
