This commit is contained in:
Solomon Laing 2022-08-27 10:40:04 +09:30
commit c0c437ac98
2 changed files with 8 additions and 1 deletions

View File

@ -186,3 +186,8 @@ vim.cmd [[autocmd BufWritePost ~/.xmonad/xmonad.hs,~/.config/xmobar/xmobar-main.
-- Run custom textclear command when exiting a .tex file (cleanup files)
vim.cmd [[autocmd VimLeave *.tex !texclear %]]
-- Run install when editing my scripts
vim.cmd [[
autocmd BufWritePost ~/repos/inks-scripts/** !~/repos/inks-scripts/install
]]

View File

@ -13,7 +13,9 @@ bufferline.setup {
-- NOTE: this plugin is designed with this icon in mind,
-- and so changing this is NOT recommended, this is intended
-- as an escape hatch for people who cannot bear it for whatever reason
indicator_icon = "",
indicator = {
icon = "",
},
-- indicator_icon = "▎",
buffer_close_icon = "",
-- buffer_close_icon = '',