remove autoindent
This commit is contained in:
parent
7d81929aeb
commit
f8a8062c15
1 changed files with 1 additions and 2 deletions
3
init.lua
3
init.lua
|
|
@ -154,8 +154,7 @@ 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
|
||||||
|
|
||||||
vim.opt.autoindent = true
|
vim.opt.tabstop = 2
|
||||||
vim.opt.tabstop = 4
|
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue