Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 230cc1a1f0 config(nvim): fzf-lua filename first 2024-05-06 10:22:54 +07:00
sudo pacman -Syu 796b969a61 Revert "config(wezterm): calt for Iosevka"
This reverts commit 8a83b22a43.
2024-05-05 14:32:24 +07:00
2 changed files with 5 additions and 2 deletions

View File

@ -179,6 +179,9 @@ require("lazy").setup({
wrap = "wrap",
},
},
defaults = {
formatter = "path.filename_first",
},
})
vim.keymap.set("n", "<Leader>f", ":FzfLua files<CR>")

View File

@ -6,7 +6,7 @@ local act = wezterm.action
local font_iosevka = {
font = wezterm.font({
family = "Iosevka Term SS08",
harfbuzz_features = { "CLIK" },
harfbuzz_features = { "calt=0", "CLIK" },
}),
font_size = 16.0,
line_height = 1.2,
@ -102,7 +102,7 @@ local font_0xproto = {
{
intensity = "Bold",
font = wezterm.font({
family = "0xProto",
family = "Maple Mono",
weight = "Regular",
}),
},