Skip to content

Commit dcd15a3

Browse files
committed
modify some visuals
1 parent 3d93f82 commit dcd15a3

File tree

7 files changed

+53
-15
lines changed

7 files changed

+53
-15
lines changed

home/nvim/lua/options.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ vim.opt.laststatus = 3 -- global statusline
3838

3939
-- virtual text
4040
vim.opt.listchars = "eol:¬,tab:»·,trail:~,space:·" -- list these chars if enabled
41-
vim.opt.showbreak = "" -- virtual text for wrapped lines
41+
vim.opt.showbreak = "" -- virtual text for wrapped lines
4242

4343
-- lines
4444
vim.opt.cursorline = true -- show line highlight
@@ -69,3 +69,7 @@ vim.filetype.add({
6969
vim.diagnostic.config({
7070
severity_sort = true,
7171
})
72+
73+
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
74+
border = { "", "", "", "", "", "", "", "" },
75+
})

home/nvim/lua/plugins.lua

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,43 @@ local function inject_all(specs)
2929
end
3030

3131
return inject_all({
32+
{
33+
"aaronik/treewalker.nvim",
34+
keys = {
35+
{
36+
"<m-k>",
37+
"<cmd>Treewalker Up<cr>",
38+
{ desc = "walk tree up", noremap = true, silent = true },
39+
},
40+
{
41+
"<m-j>",
42+
"<cmd>Treewalker Down<cr>",
43+
{ desc = "walk tree down", noremap = true, silent = true },
44+
},
45+
{
46+
"<m-l>",
47+
"<cmd>Treewalker Right<cr>",
48+
{ desc = "walk tree in", noremap = true, silent = true },
49+
},
50+
{
51+
"<m-h>",
52+
"<cmd>Treewalker Left<cr>",
53+
{ desc = "walk tree out", noremap = true, silent = true },
54+
},
55+
{
56+
"<m-s-k>",
57+
"<cmd>Treewalker SwapUp<cr>",
58+
{ desc = "swap tree up", noremap = true, silent = true },
59+
},
60+
{
61+
"<m-s-j>",
62+
"<cmd>Treewalker SwapDown<cr>",
63+
{ desc = "swap tree down", noremap = true, silent = true },
64+
},
65+
},
66+
opts = {},
67+
},
68+
3269
{
3370
"saghen/blink.cmp",
3471
lazy = false, -- it handles itself and is an integral part anyhow
@@ -1116,6 +1153,7 @@ return inject_all({
11161153
preview = {
11171154
winblend = 0,
11181155
border = { "", "", "", "", "", "", "", "" },
1156+
show_scroll_bar = false,
11191157
},
11201158
},
11211159
},

home/starship.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
ahead = "  $count";
6464
behind = "  $count";
6565
diverged = "  $ahead_count $behind_count";
66-
conflicted = " $count";
66+
conflicted = " 󱚟 $count";
6767
deleted = "  $count";
68-
modified = " $count";
69-
renamed = " 󰄾$count";
70-
staged = " 󰧞$count";
71-
stashed = " $count";
72-
untracked = " $count";
68+
modified = " $count";
69+
renamed = " 󰶻 $count";
70+
staged = " 󰘻 $count";
71+
stashed = " $count";
72+
untracked = " $count";
7373
};
7474

7575
hostname = {

home/wayland/ghostty.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
5252
font-family = "Symbols Nerd Font Mono"
5353
54-
minimum-contrast = 1.1
5554
auto-update = off
5655
5756
# clipboard

home/wayland/kitty.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
programs.kitty = {
33
enable = true;
44
font = {
5-
# name = "FiraCode Nerd Font";
6-
# name = "JetBrainsMono NFM";
7-
# size = 11;
8-
name = "Iosevka"; # no NFM here, as the NFM variant is behind on versions
5+
name = "Iosevka";
96
size = 12;
107
};
118
settings = {
129
# generated from https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
13-
symbol_map = "U+23fb-U+23fe,U+2665,U+26a1,U+2b58,U+e000-U+e00a,U+e0a0-U+e0a2,U+e0a3,U+e0b0-U+e0b3,U+e0b4-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b5,U+e700-U+e7c5,U+ea60-U+ec1e,U+ed00-U+efc1,U+f000-U+f2ff,U+f300-U+f372,U+f400-U+f533,U+f500-U+fd46,U+f0001-U+f1af0,U+276c-U+2771,U+2500-U+259f,U+274C IosevkaNFM"; # the last entry is ❌, which we wanna have it it's flat, no-color variant
10+
symbol_map = "U+23fb-U+23fe,U+2665,U+26a1,U+2b58,U+e000-U+e00a,U+e0a0-U+e0a2,U+e0a3,U+e0b0-U+e0b3,U+e0b4-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b5,U+e700-U+e7c5,U+ea60-U+ec1e,U+ed00-U+efc1,U+f000-U+f2ff,U+f300-U+f372,U+f400-U+f533,U+f500-U+fd46,U+f0001-U+f1af0,U+276c-U+2771,U+2500-U+259f,U+274C Symbols Nerd Font Mono"; # the last entry is ❌, which we wanna have it it's flat, no-color variant
1411

1512
# make the font slightly wider
1613
modify_font = "cell_width 105%";

home/wayland/waybar.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
#waybar {
202202
background: #${config.colors.dark_bg};
203203
color: #${config.colors.foreground};
204-
font-family: "Fira Code Nerd Font";
204+
font-family: "Fira Mono";
205205
font-size: 13px;
206206
}
207207
#workspaces button {

home/wayland/wezterm/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config.enable_wayland = true
99

1010
-- fonts
1111
config.font = wezterm.font_with_fallback({
12-
"FiraCode Nerd Font",
12+
"Fira Mono",
1313
"Symbols Nerd Font Mono",
1414
})
1515

0 commit comments

Comments
 (0)