refactor(wezterm): improve nerd font symbol sizes

This commit is contained in:
Price Hiller 2022-07-08 16:43:36 -05:00
parent 5e9bb7d37b
commit a28adf6a55
2 changed files with 11 additions and 11 deletions

View File

@ -13,16 +13,16 @@ M.setup = function()
command = '%s/\\s\\+$//e',
})
-- NOTE: Handles scenarios in which the filetype isn't detected on load
vim.api.nvim_create_autocmd('BufReadPost', {
pattern = '*',
callback = function()
local opt_ft = vim.opt_local.ft:get()
if opt_ft == nil or opt_ft == '' then
vim.cmd('filetype detect')
end
end,
})
-- -- NOTE: Handles scenarios in which the filetype isn't detected on load
-- vim.api.nvim_create_autocmd('BufReadPost', {
-- pattern = '*',
-- callback = function()
-- local opt_ft = vim.opt_local.ft:get()
-- if opt_ft == nil or opt_ft == '' then
-- vim.cmd('filetype detect')
-- end
-- end,
-- })
end
return M

View File

@ -16,7 +16,7 @@ return {
'Noto Color Emoji',
-- <built-in>, BuiltIn
'Symbols Nerd Font Mono',
{ family = 'Symbols Nerd Font Mono', scale = 0.8 },
-- <built-in>, BuiltIn
'Last Resort High-Efficiency',