fix: snippets

This commit is contained in:
Fabio Lenherr 2022-11-09 17:45:58 +01:00
parent 4cca98941e
commit 14c9fc6498
7 changed files with 50 additions and 26 deletions

View file

@ -3,6 +3,7 @@ local options = {
mouse = "a",
fileencoding = "utf-8",
relativenumber = true,
cursorline = false,
number = true,
smartindent = true,
smartcase = true,
@ -17,10 +18,10 @@ local options = {
expandtab = true, -- convert tabs to spaces
shiftwidth = 2, -- the number of spaces inserted for each indentation
tabstop = 2, -- insert 2 spaces for a tab
cursorline = true,
scrolloff = 8, -- is one of my fav
sidescrolloff = 8,
spell = true,
spell = false,
syntax = "off",
spelllang = "en_us",
mousemodel = "popup_setpos",
}