From 4e46c152ad35d5a3022eec42af4f60f0c5f6a8f6 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 27 Apr 2022 12:16:42 +0300 Subject: [PATCH] remove 'smartindent' option --- neovim/.config/nvim/lua/user/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/neovim/.config/nvim/lua/user/options.lua b/neovim/.config/nvim/lua/user/options.lua index 4d7e648..6ebc3cf 100644 --- a/neovim/.config/nvim/lua/user/options.lua +++ b/neovim/.config/nvim/lua/user/options.lua @@ -5,7 +5,6 @@ opt.tabstop = 2 opt.shiftwidth = 2 opt.expandtab = true opt.autoindent = true -opt.smartindent = true -- What the **** is this opt.shortmess = "filnxtToOFc"