|
3661d39554
|
feat(nvim): add org templates for tasks & journal
|
2023-11-01 09:10:54 -05:00 |
|
|
71b8fae291
|
refactor(nvim): use notes.org for orgmode notes file
|
2023-11-01 08:54:51 -05:00 |
|
|
7d81625bb2
|
feat(nvim): add custom icon for Orgmode
|
2023-11-01 08:52:11 -05:00 |
|
|
c35fa97991
|
refactor(nvim): use '=' for table header fillchar
|
2023-11-01 08:05:34 -05:00 |
|
|
9d8605d349
|
refactor(nvim): use '|' for table corner
|
2023-11-01 08:05:26 -05:00 |
|
|
293d1e8f02
|
feat(nvim): add syntax highlight to Org tables
🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
|
2023-11-01 08:05:26 -05:00 |
|
|
0ba5b094d1
|
feat(nvim): add keybind to realign tables
|
2023-10-31 07:12:24 -05:00 |
|
|
4d4d99c8e5
|
refactor(nvim): remove bg for folded elements
|
2023-10-31 07:11:56 -05:00 |
|
|
6e2330235f
|
feat(nvim): set table mode header fillchar
|
2023-10-31 05:06:04 -05:00 |
|
|
0bc63fdfd1
|
refactor(nvim): no longer use markdown ft for intercept info
|
2023-10-30 10:13:26 -05:00 |
|
|
d16715ae9c
|
chore(nvim): update lazy lock
|
2023-10-30 09:47:19 -05:00 |
|
|
19196bfdd0
|
chore(nvim): update spell file
|
2023-10-30 09:47:02 -05:00 |
|
|
e9cf73c266
|
refactor(nvim): disable treesitter in org
|
2023-10-30 09:46:50 -05:00 |
|
|
d66860e88c
|
refactor(nvim): remove neorg
|
2023-10-30 09:46:42 -05:00 |
|
|
664c215810
|
feat(nvim): add nixd lsp
|
2023-10-30 09:46:32 -05:00 |
|
|
127f1dd9c8
|
refactor(nvim): various orgmode improvements
|
2023-10-30 09:46:22 -05:00 |
|
|
cfadaecd9b
|
feat(nvim): set binding <Tab> to toggle folds
|
2023-10-27 15:57:44 -05:00 |
|
|
a3be118a6a
|
feat(nvim): add shift-tab dedent in insert mode
|
2023-10-27 14:52:49 -05:00 |
|
|
e42385b45f
|
Revert "refactor(nvim): remove orgmode"
This reverts commit 034a1e9335 .
|
2023-10-27 14:28:21 -05:00 |
|
|
6c08f746c4
|
feat(nvim): enable neorg itero & promo modules
|
2023-10-27 14:26:35 -05:00 |
|
|
3b65549788
|
refactor(nvim): improve handling of image.nvim installation failure
|
2023-10-24 04:31:43 -05:00 |
|
|
1d8f8f86f8
|
chore(nvim): update lazy lock
|
2023-10-24 04:31:30 -05:00 |
|
|
89409faefd
|
Revert "refactor: use nix home manager for configuration"
This reverts commit 77f94f5789 .
|
2023-10-23 16:02:56 -05:00 |
|
|
77f94f5789
|
refactor: use nix home manager for configuration
🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
|
2023-10-23 06:10:25 -05:00 |
|
|
26da9b5d13
|
refactor(git): place git config in .config/git/config
|
2023-10-22 22:06:20 -05:00 |
|
|
e8022c5387
|
chore(nvim): update lazy lock
|
2023-10-22 22:05:20 -05:00 |
|
|
3cb39abc58
|
refactor(hypr): do not detect gpu for screen cap
|
2023-10-22 02:34:16 -05:00 |
|
|
fc0f619836
|
refactor(nvim): set norg conceallevel to 1
|
2023-10-22 02:28:53 -05:00 |
|
|
a347d53ab8
|
refactor(nvim): make C-Tab insert alt tab
|
2023-10-22 02:28:36 -05:00 |
|
|
7ff77952e1
|
fix(nvim): do not override replace bindings
|
2023-10-22 02:28:11 -05:00 |
|
|
2967a27f73
|
refactor(nvim): use builtin markdown-preview function to build
|
2023-10-17 16:25:31 -05:00 |
|
|
5212f84c90
|
fix(nvim): correctly insert raw tab for tab switch binding
|
2023-10-17 16:24:50 -05:00 |
|
|
e4b097773e
|
feat(hypr): add launcher for xdg desktop portal
|
2023-10-17 09:09:42 -05:00 |
|
|
c4c373ec6b
|
chore(nvim): update lazy lock
|
2023-10-14 18:03:48 -05:00 |
|
|
947bd51ec1
|
feat(nvim): add run key to typescript files
|
2023-10-14 18:03:29 -05:00 |
|
|
65e0c15cca
|
fix(nvim): use correct autocmd event matching in lightbulb
|
2023-10-13 12:33:22 -05:00 |
|
|
2b141a26e8
|
refactor(nvim): remove unecessary cursorhold plugin
Fixed in Neovim core 🙂
|
2023-10-13 12:31:57 -05:00 |
|
|
b2dbf1df74
|
refactor(nvim): remove autolist nvim
|
2023-10-13 08:24:20 -05:00 |
|
|
7805bdb7de
|
feat(nvim): add more words to dictionary
|
2023-10-13 08:24:13 -05:00 |
|
|
5e580552b7
|
chore(nvim): update lazy lock
|
2023-10-12 05:01:12 -05:00 |
|
|
91ca7389db
|
chore(zsh): update submodules
|
2023-10-12 05:00:59 -05:00 |
|
|
0cbba38880
|
feat(nvim): add binding to open telescope quickfixhistory
|
2023-10-08 04:39:03 -05:00 |
|
|
8f35824741
|
feat(nvim): add keybindings to go to newer and older quickfixes
|
2023-10-08 04:38:45 -05:00 |
|
|
e10b61518b
|
feat(nvim): load Cfilter plugin
|
2023-10-08 04:18:52 -05:00 |
|
|
fefd0da462
|
feat(nvim): add auto refresh to trouble with a hack
|
2023-10-08 04:18:26 -05:00 |
|
|
6ddcdf809e
|
feat(nvim): add nvim various text objects
|
2023-10-07 23:22:51 -05:00 |
|
|
d34965715a
|
fix(nvim): allow excluded filetype matches for heirline winbar disable
|
2023-10-07 23:22:32 -05:00 |
|
|
4d7e02f29a
|
feat(nvim): enable filewatcher in Neogit
|
2023-10-07 23:00:28 -05:00 |
|
|
b01961cdfb
|
feat(nvim): add denols
|
2023-10-07 22:49:06 -05:00 |
|
|
3f35283a0f
|
refactor(nvim): remove unecessary path detection for tsserver
Fixed upsteram in ts tools
|
2023-10-07 22:48:45 -05:00 |
|