Merge branch 'main' of https://gitlab.inkletblot.com/inkletblot/config
This commit is contained in:
commit
c0c437ac98
@ -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
|
||||
]]
|
||||
|
||||
@ -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 = '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user