Commit Graph

1368 Commits

Author SHA1 Message Date
ec7e0ab24f
feat(mime): set zathura as default for djvu filetypes 2023-10-04 01:36:31 -05:00
61cdc4bbd9
refactor(nvim): remove unecessary Lazy highlight function 2023-10-03 02:01:55 -05:00
b466d8c2bf
fix(nvim): set tab char for indent blankline 2023-10-03 01:48:51 -05:00
293667503b
perf(nvim): improve neovim perf for heirline
Do not call a function to check hlsearch 🤦
2023-10-03 01:29:30 -05:00
9c1a0e72a7
refactor(nvim): set notify dismiss key to <leader>nd 2023-10-03 01:02:33 -05:00
8ab4b1234a
chore(nvim): update lazy lock 2023-10-02 10:07:13 -05:00
24f2d1e414
refactor(dconf): remove dconf from tracking 2023-10-02 10:06:52 -05:00
f851c98623
refactor(nvim): set markdown textwidth to 120 2023-10-02 10:05:34 -05:00
7c64fa9964
refactor(wezterm): disable treesitter in log file types 2023-10-02 10:05:21 -05:00
0cf211915d
refactor(wezterm): increase font size 2023-10-02 10:05:12 -05:00
672848451e
refactor(nvim): place log syntax highlighting directly in config 2023-10-02 10:04:52 -05:00
d94496b1a7
refactor(nvim): do not auto open trouble 2023-09-30 16:48:47 -05:00
63b121d12c
refactor(hypr): remove invalid option multisample_edges 2023-09-30 11:12:40 -05:00
db6575d2d1
fix(nvim): properly check searchcount in heirline 2023-09-30 11:12:21 -05:00
1176858f95
refactor(nvim): improve trouble config 2023-09-28 16:40:15 -05:00
cea7fd6e0b
refactor(nvim): improve pyright config 2023-09-28 16:17:07 -05:00
6e0aaf7e33
feat(nvim): add cmp icon for docker 2023-09-28 16:16:09 -05:00
1ba0a7837c
feat(nvim): add docker_compose_language_service 2023-09-28 15:16:52 -05:00
8ad30581a2
refactor(nvim): replace pylsp with pyright 2023-09-28 13:14:52 -05:00
930497bec3
feat(git): ignore all files & folders ending in .ignore 2023-09-28 13:01:08 -05:00
ba86dd9f63
refactor(nvim): improve green rainbow delimiter color 2023-09-28 12:55:44 -05:00
4ba6f44dc1
refactor(nvim): improve trouble.nvim integration with quickfix 2023-09-28 11:23:25 -05:00
112c53d765
feat(nvim): only send to quickfix for telescope 2023-09-28 11:23:13 -05:00
2a218e14c6
refactor(nvim): update to indent-blankline v3 2023-09-27 23:43:45 -05:00
e7fa1ef699
feat(nvim): add rest nvim 2023-09-27 18:30:42 -05:00
362771dcd0
refactor(nvim): set priority for some sources in cmp 2023-09-27 17:09:22 -05:00
43fb2b2fe9
chore(nvim): update lazy-lock 2023-09-27 14:38:59 -05:00
d7a5b34671
chore(dconf): update dconf 2023-09-27 14:38:52 -05:00
50d81644bc
refactor(nvim): improve lazy loading compat for Neorg 2023-09-27 14:29:05 -05:00
56738a03c8
refactor(nvim): use new orgmode settings 2023-09-26 12:56:34 -05:00
f5be4b4580
refactor(nvim): set to textwidth to 0 for markdown files 2023-09-25 18:57:17 -05:00
4f6b21200e
feat(nvim): set textwidth in octo files to 0 2023-09-25 16:11:55 -05:00
4fa3020986
fix(nvim): properly setup sources for nvim-cmp 2023-09-25 16:11:21 -05:00
6a45f1f198
refactor(nvim): return cmp sources as part of standard sources 2023-09-25 15:49:26 -05:00
5c520cf48d
feat(nvim): add cmp git support for octo and gitcommits 2023-09-25 15:49:05 -05:00
4046254991
feat(nvim): add vim-table-mode 2023-09-25 15:36:24 -05:00
dfa83a6648
style(nvim): simple format for orgmode 2023-09-25 12:09:10 -05:00
168b921645
fix(nvim): properly load orgmode from a lazy load context
By reloading a file via `:edit`, this triggers all events for the file
allowing Orgmode, now properly loaded, to respond to *ALL* events, not
just events that occur after `Filetype`.
2023-09-24 19:09:52 -05:00
7c730ea8a6
refactor(nvim): disable nvim-ufo in NeogitStatus 2023-09-24 15:36:26 -05:00
c88c6c3759
feat(nvim): add custom github icon for octo filetype in heirline 2023-09-24 15:12:00 -05:00
e46e1f513a
feat(nvim): add orgmode nvim 2023-09-24 10:33:12 -05:00
5ffedb1ba2
feat(nvim): add vim-repeat 2023-09-24 10:32:54 -05:00
84ae1a0778
feat(nvim): improve nvim-ufo folded display 2023-09-24 10:29:41 -05:00
2b721ac85b
refactor(nvim): improve installation of lazy.nvim 2023-09-24 10:29:21 -05:00
4a920a818a
fix(nvim): reset size of dap ui on toggle 2023-09-23 00:23:36 -05:00
4bf46eacbb
feat(nvim): add debug module to hydra 2023-09-21 16:14:22 -05:00
4e2bcc858b
refactor(nvim): use escape for notify dismiss & noh 2023-09-19 19:50:48 -05:00
43e80f5aab
refactor(nvim): do not lazy load statuscol.nvim
It has barely any performance overhead
2023-09-19 15:43:18 -05:00
9904b86c28
chore(dconf): update dconf 2023-09-17 07:08:25 -05:00
5a2bfee106
fix(nvim): properly set bg color for filenameblock right sep 2023-09-17 07:08:16 -05:00