.config/nvim/lua/kamu/options.lua aktualisiert
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user