fixed tabs

This commit is contained in:
Aria Nolan 2023-07-16 13:23:16 -04:00
parent 90e488185d
commit 1d3fc8f560

View file

@ -17,7 +17,7 @@ lvim.builtin.indentlines.active = true
vim.opt.ts = 2
vim.opt.sw = 2
vim.opt.et = false
vim.opt.et = true
lvim.keys.normal_mode["<A-e>"] = ":NeoTreeFocusToggle<CR>"
lvim.keys.normal_mode["<C-h>"] = ":BufferLineCyclePrev<CR>"