fix tabs width stuff and reformat file
This commit is contained in:
parent
cff36c022f
commit
dd148b99bb
@ -16,6 +16,9 @@ vim.opt.smartcase = true
|
|||||||
vim.opt.inccommand = "split"
|
vim.opt.inccommand = "split"
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
|
vim.opt.tabstop = 4
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
-- Setup lazy.nvim
|
-- Setup lazy.nvim
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
|
Loading…
Reference in New Issue
Block a user