.config/nvim/lua/kamu/options.lua aktualisiert

This commit is contained in:
2024-04-05 05:06:36 +02:00
parent 21c5164c3d
commit f0fe2ae110

View File

@@ -38,6 +38,8 @@ local options = {
shiftwidth = 2,
expandtab = true,
backspace = "indent,eol,start",
number = true,
relativenumber = true,
numberwidth = 4,
@@ -50,10 +52,18 @@ local options = {
hlsearch = false,
incsearch = true,
showtabline = 0,
ignorecase = true,
smartcase = true,
showtabline = 0,
cursorline = true,
background = "dark",
termguicolors = true,
splitright = true,
splitbelow = true,
signcolumn = "yes",
wrap = false,
fileencoding = "utf-8",