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