From 0369fc247997f6e123f17ccc1308e0d5ab969495 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 26 Aug 2023 23:48:53 +0200 Subject: Allow .editorconfig to work better/faster --- lua/user/opts.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/user/opts.lua') 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([[ -- cgit v1.2.3