mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
Add vim log highlight
This commit is contained in:
6
lua/custom/options.lua
Normal file
6
lua/custom/options.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
vim.opt.tabstop = 4 -- Set tabstop to 4 spaces
|
||||
vim.opt.shiftwidth = 4 -- Set shiftwidth to 4 spaces
|
||||
vim.opt.smarttab = true -- Enable smarttab
|
||||
vim.opt.expandtab = true -- Convert tabs to spaces
|
||||
vim.opt.smartindent = true -- Enable smart indentation
|
||||
vim.opt.autoindent = true -- Enable auto indentation
|
||||
Reference in New Issue
Block a user