minor updates here and there xx

This commit is contained in:
Solomon Laing 2022-08-26 19:50:16 +09:30
parent c40251fac3
commit 7fdede5c81
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) -- Run custom textclear command when exiting a .tex file (cleanup files)
vim.cmd [[autocmd VimLeave *.tex !texclear %]] 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, -- NOTE: this plugin is designed with this icon in mind,
-- and so changing this is NOT recommended, this is intended -- and so changing this is NOT recommended, this is intended
-- as an escape hatch for people who cannot bear it for whatever reason -- as an escape hatch for people who cannot bear it for whatever reason
indicator_icon = "", indicator = {
icon = "",
},
-- indicator_icon = "▎", -- indicator_icon = "▎",
buffer_close_icon = "", buffer_close_icon = "",
-- buffer_close_icon = '', -- buffer_close_icon = '',