Commit Graph

1955 Commits

Author SHA1 Message Date
e40eca031f
feat(nvim): assign telescope frecency a keymap 2024-03-07 11:06:00 -06:00
5d82bac8aa
refactor(nvim): use trim usercmd function from nvim docs 2024-03-07 11:04:10 -06:00
cee6db9c98
refactor(nvim): improve Visual & CursorLine bg colors 2024-03-04 16:07:09 -06:00
635e9f31cc
refactor(nvim): use buf_matches for heirline winbar disable 2024-03-04 13:40:11 -06:00
0cd626e0f6
refactor(nvim): improve telescope mappings 2024-03-04 13:40:10 -06:00
3d938c03e2
build(nix-hm): update flake.lock 2024-03-04 13:40:10 -06:00
1d4702a1b4
feat(nvim): improve Telescope-z sorting & presentation 2024-03-04 13:40:10 -06:00
0eb19757a0
refactor(zsh): improve zsh eza aliases 2024-03-04 13:40:10 -06:00
414af2eb39
refactor(hypr): do not launch neovide with term 2024-03-04 13:40:10 -06:00
83eee3cb1a
feat(nvim): support indent traverse in visual mode 2024-03-04 13:40:10 -06:00
39be549ec1
refactor(nvim): use undercurl for commit msg warning len 2024-03-04 13:40:10 -06:00
1a47f36147
refactor(zsh): better e function to launch $EDITOR 2024-03-04 13:40:09 -06:00
b36b8b143d
refactor(nvim): set folded bg color, remove underline 2024-03-04 13:40:09 -06:00
f295e81dc0
Revert "refactor(nvim): replace cmp async-path with cmp-path"
This reverts commit 133c7cb370.
2024-03-04 13:40:09 -06:00
dec525010a
feat(keyd): configure keyd user service 2024-03-03 12:14:07 -06:00
356ea3006f
refactor(nvim): cleanup Neovide copy/paste bindings 2024-03-02 08:17:21 -06:00
62f746ffa3
chore(nvim): add words to spell file 2024-03-01 13:33:42 -06:00
bfd074b451
refactor(nvim): do not make quoted markup italic 2024-03-01 13:33:42 -06:00
c8a2092475
refactor(nvim): ensure passage files aren't backed up 2024-03-01 13:33:42 -06:00
d3528370bd
feat(zsh): improve neovide integration into term 2024-03-01 13:33:42 -06:00
b11ca1a51c
feat(nvim): register bash ts parser for zsh filetypes 2024-03-01 04:14:35 -06:00
63b19315f2
fix(zsh): set correct XDG_VARS 2024-03-01 04:14:21 -06:00
374fab530d
refactor(nix-hm): source hm session vars before sourcing zsh config 2024-03-01 04:04:34 -06:00
0117953a7d
refactor(zsh): change e alias to a function
This allows the `e` function to pickup the EDITOR var at runtime
2024-03-01 01:08:26 -06:00
300e391dec
refactor(fontconfig): manage font conf through nix-hm 2024-03-01 00:51:08 -06:00
48ac528567
refactor(nvim): use typst grammar from nvim-treesitter upstream 2024-03-01 00:36:48 -06:00
e1e757c3ae
refactor(hypr): use wezterm as SUPER+CR term 2024-02-29 22:35:35 -06:00
47772f0fbf
refactor(hypr): use wpctl for volume controls 2024-02-29 08:15:47 -06:00
94e6041783
feat(nvim): improve tag highlights for orgmode 2024-02-29 07:12:47 -06:00
9b1c7691ee
fix(nvim): manually specify diffview delete dim hl for no italics 2024-02-29 06:48:29 -06:00
d965d769e9
fix(nvim): explicitly define headlines fat_headline_lower_string 2024-02-29 06:41:55 -06:00
10f8c636ff
feat(nix-hm): manage fontconfig via nix 2024-02-29 06:41:55 -06:00
3d6a5a0e40
fix(nix-hm): ensure TERMINFO_DIRS are set 2024-02-29 06:41:54 -06:00
987eaf8edb
feat(nvim): enable backup feature 2024-02-29 06:41:54 -06:00
133c7cb370
refactor(nvim): replace cmp async-path with cmp-path 2024-02-29 06:41:54 -06:00
dd5a36e273
build(nix-hm): update flake.lock 2024-02-29 02:57:35 -06:00
646c3a6521
feat(nix-hm): install wezterm 2024-02-29 02:57:17 -06:00
b4afa3a2ed
feat(nvim): allow deletion of buffers in telescope buffers 2024-02-29 02:38:36 -06:00
a9ba58195c
chore(nvim): update lazy lock 2024-02-29 02:22:18 -06:00
d423b748e2
refactor(nvim): use light blue color for global variables 2024-02-29 02:21:54 -06:00
91143c1c71
feat(nvim): add telescope-z for z.lua integration 2024-02-29 02:11:33 -06:00
a8328f65e4
feat(nix-hm): install Neovide 2024-02-29 02:07:22 -06:00
a6a8963cdf
refactor(nvim): increase neovide floating blur amount 2024-02-27 03:38:01 -06:00
b87e7b578d
refactor(nvim): do not use fullscreen on launch for Neovide 2024-02-27 03:36:48 -06:00
3160471b2a
chore(nvim): update lazy lock 2024-02-27 03:26:34 -06:00
e87dbfbd72
fix(nvim): lazy load neo-tree for real this time 🙏 2024-02-27 03:25:12 -06:00
f4e81c6a92
refactor(nvim): use vim.keymap.set for neovide maps 2024-02-26 23:38:22 -06:00
368221a1e9
fix(nvim): correctly load Neo-tree for dir 2024-02-26 22:59:58 -06:00
e8a8110380
refactor(nvim): do not modify linespace in Neovide 2024-02-26 22:55:36 -06:00
7fea69bf02
feat(nvim): improve floating menu/window appearance 2024-02-26 22:48:48 -06:00