prgrammatically enable sioyek, vesktop, claude, etc.

This commit is contained in:
Barrett Ruth 2026-02-11 18:03:20 -05:00
parent 43f68c58a2
commit 9aac8350a5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 198 additions and 223 deletions

View file

@ -73,14 +73,3 @@ vim.api.nvim_create_autocmd('WinLeave', {
vim.wo.cursorline = false
end,
})
vim.api.nvim_create_autocmd('BufEnter', {
group = aug,
callback = function()
local sw = vim.bo.shiftwidth
if sw <= 0 then return end
vim.opt_local.listchars:append({
leadmultispace = '' .. string.rep(' ', sw - 1),
})
end,
})

View file

@ -17,3 +17,6 @@ user_pref("font.name.monospace.x-western", "Berkeley Mono");
user_pref("font.name.serif.x-math", "STIX Two Math");
user_pref("font.name-list.serif.x-math", "STIX Two Math, Latin Modern Math, Times New Roman");
user_pref("font.default.x-western", "sans-serif");
user_pref("browser.tabs.insertAfterCurrent", true);
user_pref("browser.tabs.insertRelatedAfterCurrent", true);