Indent settings in neovim.
This commit is contained in:
parent
37fb1519ea
commit
6848068234
@ -1,5 +1,6 @@
|
|||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
local o = vim.o
|
local o = vim.o
|
||||||
|
o.expandtab = true
|
||||||
o.gdefault = true
|
o.gdefault = true
|
||||||
o.hlsearch = false
|
o.hlsearch = false
|
||||||
o.inccommand = "split"
|
o.inccommand = "split"
|
||||||
@ -12,5 +13,8 @@ o.writebackup = false
|
|||||||
o.clipboard = ""
|
o.clipboard = ""
|
||||||
o.foldcolumn = "0"
|
o.foldcolumn = "0"
|
||||||
o.mouse = ""
|
o.mouse = ""
|
||||||
o.whichwrap = ""
|
o.shiftwidth = 4
|
||||||
|
o.softtabstop = 4
|
||||||
o.statuscolumn = ""
|
o.statuscolumn = ""
|
||||||
|
o.tabstop = 4
|
||||||
|
o.whichwrap = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user