changed autotab to 4 spaces in neovim
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
local o = vim.o
|
||||
|
||||
-- set tabsize
|
||||
o.tabstop = 4
|
||||
o.expandtab = true
|
||||
o.shiftwidth = 4
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
||||
o.cursorlineopt ='both' -- to enable cursorline!
|
||||
|
Reference in New Issue
Block a user