|
5a54e35b77
|
nvim: add eval bind for vimspector
|
2023-05-20 17:52:47 -04:00 |
|
|
ed91e5bcd6
|
nvim: use codelldb instead of vscode cpp for debugging
vscode's cpp extension has proprietary bits
|
2023-05-20 17:26:26 -04:00 |
|
|
a13717fe60
|
nvim: misc fixes
vimspector now properly works
|
2023-05-20 16:27:20 -04:00 |
|
|
aad07e6abb
|
nvim: very big changes
mostly reorganizing the entire init.vim into multiple files
|
2023-05-20 15:45:22 -04:00 |
|
|
1aa82e083e
|
nvim: add more typst snippets
|
2023-05-13 12:25:14 -04:00 |
|
|
4f4214fc12
|
nvim: added auto-pairs plugin
|
2023-05-13 12:20:16 -04:00 |
|
|
32727866bd
|
nvim: add typescript support
|
2023-05-07 10:36:01 -04:00 |
|
|
fab40434d0
|
nvim: go back to source code when running <leader>ri
|
2023-05-06 11:30:35 -04:00 |
|
|
6c9ab56170
|
nvim: funny digraphs
|
2023-05-03 21:21:59 -04:00 |
|
|
39c260a4ac
|
nvim: disable vimtex
i don't use latex anymore
|
2023-04-30 20:00:33 -04:00 |
|
|
05a30843ce
|
nvim: add ripgrep support
|
2023-04-30 19:56:46 -04:00 |
|
|
7df97df090
|
nvim: misc config changes
|
2023-04-30 12:57:12 -04:00 |
|
|
c723a3cac9
|
nvim: add t/T bind to leap
|
2023-04-26 19:19:37 -04:00 |
|
|
5344e2998d
|
nvim: make inkscape shortcut manager start when editing figure
|
2023-04-22 17:49:26 -04:00 |
|
|
5808279548
|
nvim: typst figure stuff
|
2023-04-22 16:09:28 -04:00 |
|
|
01f328be31
|
nvim: add things to make Inkscape figures in Typst
|
2023-04-21 21:54:04 -04:00 |
|
|
b8b0048e00
|
nvim: add Typst stuff
|
2023-04-18 20:07:49 -04:00 |
|
|
8d68ccd025
|
nvim: change autocomp bind to ctrl-f
in line with fish
|
2023-04-13 11:36:02 -04:00 |
|
|
8fa79a5029
|
dot_profile: added
this means we can disable expensive features on weak devices
|
2023-04-13 10:17:39 -04:00 |
|
|
58cad94a41
|
nvim: added completion engine
|
2023-04-12 18:57:44 -04:00 |
|
|
1100fc0755
|
nvim: add leap.nvim
|
2023-04-12 18:19:11 -04:00 |
|
|
e3a77a5ac0
|
nvim: use Black for code formatting
|
2023-04-12 16:17:05 -04:00 |
|
|
09af3f70a1
|
nvim: make Python LSP also check docstrings
|
2023-04-12 12:46:43 -04:00 |
|
|
b93a5f4571
|
nvim: IDE stuff
it's all cool and LSP-ey now wow
|
2023-04-12 11:20:21 -04:00 |
|
|
2b67f24ee0
|
nvim: split off Lua config files
|
2023-04-11 20:54:53 -04:00 |
|
|
a756f7b22c
|
nvim: added functions for testing code faster
you can now save input to a file
then put it into program stdin with <leader>ri
|
2023-04-11 19:44:11 -04:00 |
|
|
d45eb68fed
|
nvim: misc changes
clipboard is now system clipboard
compile bind now doesn't require Termdebug be on
|
2023-04-11 18:06:02 -04:00 |
|
|
bbb5c437bc
|
neomutt: use nvim to read mail
nvim now also has a plugin to parse URLs better
|
2023-04-09 12:23:12 -04:00 |
|
|
88a34f388d
|
nvim: re-enable code folding
|
2023-04-02 18:37:06 -04:00 |
|
|
833c0d6168
|
nvim: misc aesthetic changes
- hide tab line
- remove line numbers in terminals
|
2023-03-19 13:10:16 -04:00 |
|
|
6feafc7a39
|
nvim: overhaul of debugging system
- keybinds changed from function keys to <leader> + ...
- compilation now uses a makefile
- quickfix tab added
|
2023-03-19 12:55:08 -04:00 |
|
|
258196f052
|
nvim: misc tex snippet modifications
|
2023-03-19 12:45:16 -04:00 |
|
|
645821e5a1
|
nvim: change background colors so it works on all terminals
|
2023-02-23 10:19:16 -05:00 |
|
|
0a5f565e37
|
init.vim: disable plugin auto-install
|
2023-02-14 19:16:14 -05:00 |
|
|
0a181246e5
|
init.vim: add bash to tree-sitter syntaxes
|
2023-02-14 19:03:17 -05:00 |
|
|
8b9c1b83ad
|
nvim: disable folding
|
2023-02-03 13:11:37 -05:00 |
|
|
643602f4ab
|
nvim: add "datestamp" snippet
|
2023-02-01 13:22:52 -05:00 |
|
|
f8f905243d
|
nvim: fold code with tree-sitter
|
2023-01-22 15:40:46 -05:00 |
|
|
57f0b129d8
|
nvim: add fish tree-sitter parser
|
2023-01-21 21:50:48 -05:00 |
|
|
f6dd4078e6
|
nvim: install tree-sitter plugin
|
2023-01-21 21:46:35 -05:00 |
|
|
0a1e31d35f
|
nvim: only install ultisnips if python available
|
2023-01-20 20:27:07 -05:00 |
|
|
92c2c15d9f
|
nvim: auto install plugins
|
2023-01-12 18:18:34 -05:00 |
|
|
a96058043e
|
nvim: add warnings to gcc bind
|
2023-01-12 18:14:52 -05:00 |
|
|
db1c355282
|
init.vim: compile to cache instead of local directory
|
2023-01-01 14:20:01 -05:00 |
|
|
1b60f3c0e5
|
tex snippets: misc changes
|
2023-01-01 14:18:55 -05:00 |
|
|
361620f70c
|
nvim: latex glossary snippets
|
2022-12-14 20:51:30 -05:00 |
|
|
024565d0c2
|
nvim: add latex configs
|
2022-12-10 11:45:48 -05:00 |
|
|
5481b831df
|
nvim: improve termdebug experience
|
2022-08-01 16:08:28 -04:00 |
|
|
860929da5b
|
nvim: change overloaded tab bind
|
2022-07-16 18:56:03 -04:00 |
|
|
86c9f4eb40
|
nvim: minor adjustments for termdebug binds
|
2022-07-09 18:57:36 -04:00 |
|