diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-20 16:29:49 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-20 16:29:49 +0100 |
| commit | 7111388965e01e9c712dfc2288028952fe78b664 (patch) | |
| tree | 5f499fc0fbfc2122066b86d02987604146bd5e09 /lua/Nanderty/general.lua | |
| parent | 423133102d96556d121a97689be1f4f6542e320c (diff) | |
| download | neovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.gz neovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.bz2 neovim-config-7111388965e01e9c712dfc2288028952fe78b664.zip | |
lazyvim
Diffstat (limited to 'lua/Nanderty/general.lua')
| -rw-r--r-- | lua/Nanderty/general.lua | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lua/Nanderty/general.lua b/lua/Nanderty/general.lua deleted file mode 100644 index 36f6519..0000000 --- a/lua/Nanderty/general.lua +++ /dev/null @@ -1,23 +0,0 @@ -vim.opt.spelllang = {'de_de', 'en_us'} - -vim.opt.timeoutlen = 500 -vim.opt.updatetime = 200 -vim.opt.mouse = a -vim.opt.signcolumn = 'yes' -vim.opt.cursorline = true - -vim.opt.undofile = true -vim.opt.undodir = { vim.fn.stdpath('data')..'/undo' } -vim.opt.undolevels = 1000 - -vim.opt.number = true -vim.opt.scrolloff = 20 -vim.opt.numberwidth = 5 - -vim.opt.termguicolors = true -vim.opt.guifont = {'Hack NFM:h12'} - -require('onedark').setup { - style = 'warmer' -} -require('onedark').load() |
