tab changes
This commit is contained in:
parent
4134b59c07
commit
78e9f095d9
5
init.lua
5
init.lua
|
|
@ -157,6 +157,11 @@ vim.opt.cursorline = true
|
||||||
-- Minimal number of screen lines to keep above and below the cursor.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
-- vim.opt.scrolloff = 10
|
-- vim.opt.scrolloff = 10
|
||||||
|
|
||||||
|
-- Tab settings
|
||||||
|
vim.bo.expandtab = true
|
||||||
|
vimm.bo.tabstop = 4
|
||||||
|
vim.bo.shiftwidth = 4
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue