diff options
| author | Silas Schöffel <sils@sils.li> | 2024-04-04 17:06:23 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2024-04-04 17:06:23 +0200 |
| commit | 924ec30e7075ea7a9dbac569a537d876f9146850 (patch) | |
| tree | 11ff56048f05536a1905490137333b3596d0ee18 /users/sils/neovim/lua/options.lua | |
| parent | users/default.nix: delete (diff) | |
| download | nix-config-924ec30e7075ea7a9dbac569a537d876f9146850.zip | |
refactor: move users/sils dir to hm
Diffstat (limited to 'users/sils/neovim/lua/options.lua')
| -rw-r--r-- | users/sils/neovim/lua/options.lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/users/sils/neovim/lua/options.lua b/users/sils/neovim/lua/options.lua deleted file mode 100644 index 2d9fa2d..0000000 --- a/users/sils/neovim/lua/options.lua +++ /dev/null @@ -1,25 +0,0 @@ - local set = vim.opt; - - set.autoindent = true; - set.cindent = true; - set.incsearch = true; - set.ignorecase = true; - set.smartcase = true; - set.showmatch = true; - set.hlsearch = false; - - set.mouse = ""; - set.number = true; - set.relativenumber = true; - set.shell = zsh; - - set.spell = true; - set.spelllang = "en_us,de_de"; - set.spelloptions = "camel"; - - set.syntax = "ON"; - - set.shiftwidth = 2; - set.tabstop = 2; - set.expandtab = true; - set.so = 999; |
