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