mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-07-01 02:52:17 +02:00
Fix: comment on tabs over spaces
This commit is contained in:
2
init.lua
2
init.lua
@@ -325,7 +325,7 @@ vim.o.completeopt = 'menuone,noselect'
|
|||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
||||||
-- Tabs and indentation
|
-- Tabs and indentation
|
||||||
vim.o.expandtab = false -- use spaces instead of tabs
|
vim.o.expandtab = false -- use tabs instead of spaces
|
||||||
vim.o.shiftwidth = 4 -- number of spaces for autoindent
|
vim.o.shiftwidth = 4 -- number of spaces for autoindent
|
||||||
vim.o.softtabstop = 0 -- number of spaces per Tab in insert mode
|
vim.o.softtabstop = 0 -- number of spaces per Tab in insert mode
|
||||||
vim.o.tabstop = 4 -- number of spaces a Tab counts for
|
vim.o.tabstop = 4 -- number of spaces a Tab counts for
|
||||||
|
|||||||
Reference in New Issue
Block a user