922dfb8c7e
opts.lua
2025-05-09 00:17:42 -05:00
f3bd08968a
formatting
2025-05-09 00:16:55 -05:00
a6007ff694
this hasn't worked for a long time, I might choose to re-impl if I have time
2025-05-09 00:15:41 -05:00
7430ebed8e
kitchen sink now don't support any version lower than 0.11.0 for lsp
...
- dap now works for java and c
v3.0
2025-05-08 18:18:34 -05:00
7c3289fded
kitchen sink again :(
2025-05-06 16:51:24 -05:00
3094bf2a39
a lot more stuff
2025-04-17 11:41:32 -05:00
8eaa615596
kitchen sink
2025-01-24 13:56:11 -06:00
a0ebc39b59
remove useless comma
2025-01-03 11:15:14 -05:00
43f78930ca
make sure the cursor doesn't move when removing tailing whitespaces
2025-01-03 11:14:49 -05:00
e142e4c91f
remove unnecessary *'s
2025-01-03 11:14:23 -05:00
82bd91d9de
simplify confirm keybind nvim cmp
2024-12-22 15:19:59 -05:00
b8d0882881
stop harpoon keybind from conflicting with my tmux prefix
2024-12-22 14:03:14 -05:00
5e6a7a8262
not sure if this is needed, but it can't hurt
2024-12-22 14:02:58 -05:00
51f8addaf6
update lsp_lines.nvim config
2024-12-22 14:02:34 -05:00
53fa869a7e
update snippets
2024-12-22 14:01:57 -05:00
8ad9f7a942
pin figet to a release
2024-11-28 22:33:40 -05:00
a1fc008355
revise java snippets
2024-11-28 22:33:06 -05:00
ea7ec0f890
add declaration snippet (c)
2024-11-28 22:32:22 -05:00
3bf7dd1be4
combine function and main snippet into one (c)
2024-11-28 22:31:12 -05:00
c4a86fb727
missing one parameter for ts-autotag disabling
2024-11-19 14:58:09 -06:00
6bee0d50c7
add preliminary support for dap with jdtls
2024-11-19 13:50:09 -06:00
85f45b6758
add ts-autotag to make renaming html tags really easy
2024-11-19 13:49:39 -06:00
54d4144043
add nvim-dap and dap-virtual-text interface
2024-11-19 13:47:23 -06:00
1969dc3289
add vimtex
2024-11-19 13:44:44 -06:00
56788e6b36
use the new snippet functions in norg snippets
2024-11-19 13:42:53 -06:00
f29241021d
put common luasnip functions in a seperate file and modify some
...
java snippets
2024-11-19 13:42:05 -06:00
4d2163e9e6
clean up C snippets
2024-11-19 13:40:46 -06:00
200a06c960
reformat variable
2024-11-19 13:40:12 -06:00
a50483c777
disable auto installing missing parsers
2024-11-19 13:39:50 -06:00
ee3bc020dd
add TODO for a future deprecated function
2024-11-19 13:38:48 -06:00
704734841f
add another language to the highlight disable list
2024-11-19 13:38:25 -06:00
8b86a03fda
add another ts parser
2024-11-19 13:38:10 -06:00
a3bb925ea5
forgot another one
2024-11-19 13:37:48 -06:00
fcd03a342b
actually enable the telescope fzf plugin
2024-11-19 13:32:42 -06:00
eb4457fa56
remove index.norg from project.lua config
2024-11-19 13:30:56 -06:00
d270b184aa
switch back to old colorizer to avoid breaking changes
2024-11-19 13:30:14 -06:00
a8e07d1d7e
configure tangle module for neorg
2024-11-19 13:29:28 -06:00
767ea94d9b
remove unused lsp server
2024-11-19 13:28:56 -06:00
ee5e2a2a6d
remove/update comments
2024-11-19 13:26:36 -06:00
569175bc8f
add build.xml to jdtls (used in ant projects)
2024-11-19 13:25:34 -06:00
c4ceb17593
forgot one of the vim.cmd calls
2024-11-19 13:25:03 -06:00
35ebc9841c
add another event for luasnip to watch
2024-11-19 13:24:42 -06:00
c727e80e39
refine luasnip binds
2024-11-19 13:24:25 -06:00
f489429d48
remove erroneous comma
2024-11-19 13:22:27 -06:00
1b39456569
add support for both path_async and path
2024-11-19 13:21:32 -06:00
fec7d9d262
get rid of unused functions, and variables
2024-11-19 13:21:07 -06:00
81851bd6b5
refine completion keybinds
2024-11-19 13:20:39 -06:00
1d0ef4c111
get rid of useless misc.auto require in binds.lua
2024-11-19 13:16:59 -06:00
11e1d60804
turn fancy spell suggest ui into a lambda, and fix some styling
2024-11-19 13:16:10 -06:00
0953326894
remove auto center when returning to last place in buffer
...
This had to be removed due to random "zz"'s being inserted
whenever a bufread was called while I was insert mode
there's probably a better way to center the pane, but that's
too much of a pain to worry about right now
2024-11-19 13:14:06 -06:00