From af7c85ef9daaf702a179a9b3d66d03eff71db7a6 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Fri, 24 Mar 2023 15:26:51 +0100 Subject: lazyload config --- lua/options.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lua/options.lua (limited to 'lua/options.lua') diff --git a/lua/options.lua b/lua/options.lua deleted file mode 100644 index 8c009e2..0000000 --- a/lua/options.lua +++ /dev/null @@ -1,26 +0,0 @@ -vim.opt.spelllang = {'de_de', 'en_us'} - -vim.opt.timeoutlen = 500 -vim.opt.updatetime = 250 -vim.opt.mouse = a -vim.opt.signcolumn = 'yes' -vim.opt.cursorline = true -vim.opt.wrap = false -vim.opt.splitbelow = true -vim.opt.splitright = true -vim.opt.undofile = true -vim.opt.undodir = { vim.fn.stdpath('data')..'/undo' } -vim.opt.undolevels = 1000 - -vim.opt.fillchars='eob: ' - -vim.opt.showmode = false -vim.opt.smartindent = true -vim.opt.shiftwidth = 4 -vim.opt.tabstop = 4 -vim.opt.softtabstop = 4 -vim.opt.number = true -vim.opt.scrolloff = 20 -vim.opt.numberwidth = 5 -vim.opt.termguicolors = true -vim.opt.guifont = {'Hack NFM:h12'} -- cgit v1.2.3