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.ts = 2
vim.opt.sw = 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["<A-e>"] = ":NeoTreeFocusToggle<CR>"
lvim.keys.normal_mode["<C-h>"] = ":BufferLineCyclePrev<CR>" lvim.keys.normal_mode["<C-h>"] = ":BufferLineCyclePrev<CR>"
@ -36,7 +36,7 @@ lvim.builtin.treesitter.ensure_installed = { "cpp", "c" }
-- Additional Plugins -- Additional Plugins
table.insert(lvim.plugins, { table.insert(lvim.plugins, {
"p00f/clangd_extensions.nvim", "p00f/clangd_extensions.nvim",
"catppuccin/nvim", "catppuccin/nvim",
"nyoom-engineering/oxocarbon.nvim", "nyoom-engineering/oxocarbon.nvim",
"rose-pine/neovim", "rose-pine/neovim",