From 37aaa8ed78406ec3ace4fabab5b725fb11321526 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 5 Jan 2025 15:15:03 -0500 Subject: added feishin to sway and fixed neovim indenting --- nvim/lua/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/lua/options.lua') diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index b555069..2a81dc2 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -6,7 +6,8 @@ vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4 vim.opt.expandtab = true -vim.opt.smartindent = true +vim.opt.smartindent = false +vim.opt.autoindent = true vim.opt.wrap = false -- cgit v1.3