diff options
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([[ |
