Remove config

This commit is contained in:
Saeed Afzal
2022-05-03 09:07:56 +01:00
parent 971331bee6
commit 694e5ea596
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
require("bufferline").setup { require("bufferline").setup {
options = { options = {
offsets = {{ filetype = "NvimTree", text = "", padding = 1 }}, offsets = {{ filetype = "NvimTree", text = "File Explorer" }},
tab_size = 20, tab_size = 20,
separator_style = "thin" separator_style = "thin"
} }

View File

@@ -1,2 +0,0 @@
vim.g.tokyonight_style = "night"
vim.cmd[[colorscheme tokyonight]]