feat(lvim): remove nvchad configs and add lvim configs

This commit is contained in:
2024-08-03 23:08:40 +04:00
parent ed3cdde970
commit 72420420a1
19 changed files with 173 additions and 344 deletions

View File

@@ -0,0 +1,16 @@
vim.opt.termguicolors = true
lvim.builtin.bufferline = {
options = {
mode = "buffers",
separator_style = "slant",
offsets = {
{
filetype = "NeoTree",
text = "File Explorer",
highlight = "Directory",
separator = true,
}
}
}
}