From ef3c406c013d8b751a02a5335a771cba87d1d3a3 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:41:38 +0000 Subject: Delete nvim directory --- nvim/lua/options.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nvim/lua/options.lua (limited to 'nvim/lua/options.lua') diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua deleted file mode 100644 index 994ed77..0000000 --- a/nvim/lua/options.lua +++ /dev/null @@ -1,19 +0,0 @@ -vim.g.mapleader = " " - -vim.o.clipboard = "unnamedplus" - -vim.o.number = true - -vim.o.expandtab = true - -vim.o.shiftwidth = 2 - -vim.o.smartindent = true - -vim.o.tabstop = 2 - -vim.o.softtabstop = 2 - -vim.opt.shortmess:append "sI" - -vim.opt.whichwrap:append "<>[]hl" -- cgit v1.2.3