From 9d0051e6b4170851ebcc09e7ff44097818c8e1dc Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 17 Sep 2023 04:54:00 -0400 Subject: start using willruggiano/neovim.nix --- config/plugin/options.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/plugin/options.lua (limited to 'config/plugin/options.lua') diff --git a/config/plugin/options.lua b/config/plugin/options.lua new file mode 100644 index 0000000..7a13888 --- /dev/null +++ b/config/plugin/options.lua @@ -0,0 +1,12 @@ +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