From 09004f4517eba8f57d37897e34f6ba56ad3653f1 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 1 Nov 2023 06:42:48 -0400 Subject: stop using neovim.nix i had small, but annoying issues here and i don't care for lazy loading much tbh --- config/plugin/options.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/plugin/options.lua (limited to 'config/plugin/options.lua') diff --git a/config/plugin/options.lua b/config/plugin/options.lua deleted file mode 100644 index 7a13888..0000000 --- a/config/plugin/options.lua +++ /dev/null @@ -1,12 +0,0 @@ -local opt = vim.opt - --- text options -opt.tabstop = 2 -opt.shiftwidth = 2 -opt.expandtab = false -opt.smartindent = true -opt.wrap = true - --- appearance -opt.syntax = "on" -opt.termguicolors = true -- cgit v1.2.3