index
:
nvim
master
My neovim config.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-12-22
update lsp_lines.nvim config
Squibid
1
-2
/
+0
2024-12-22
update snippets
Squibid
2
-17
/
+15
2024-11-28
pin figet to a release
Squibid
1
-4
/
+5
2024-11-28
revise java snippets
Squibid
1
-55
/
+100
2024-11-28
add declaration snippet (c)
Squibid
2
-27
/
+62
2024-11-28
combine function and main snippet into one (c)
Squibid
1
-21
/
+36
2024-11-19
missing one parameter for ts-autotag disabling
Squibid
1
-1
/
+1
2024-11-19
add preliminary support for dap with jdtls
Squibid
1
-1
/
+2
2024-11-19
add ts-autotag to make renaming html tags really easy
Squibid
1
-0
/
+8
2024-11-19
add nvim-dap and dap-virtual-text interface
Squibid
2
-0
/
+56
2024-11-19
add vimtex
Squibid
1
-0
/
+5
2024-11-19
use the new snippet functions in norg snippets
Squibid
1
-4
/
+1
2024-11-19
put common luasnip functions in a seperate file and modify some
Squibid
2
-6
/
+16
java snippets
2024-11-19
clean up C snippets
Squibid
1
-4
/
+2
2024-11-19
reformat variable
Squibid
1
-1
/
+1
2024-11-19
disable auto installing missing parsers
Squibid
1
-3
/
+0
2024-11-19
add TODO for a future deprecated function
Squibid
1
-0
/
+1
2024-11-19
add another language to the highlight disable list
Squibid
1
-3
/
+4
2024-11-19
add another ts parser
Squibid
1
-1
/
+2
2024-11-19
forgot another one
Squibid
1
-1
/
+1
2024-11-19
actually enable the telescope fzf plugin
Squibid
1
-0
/
+4
2024-11-19
remove index.norg from project.lua config
Squibid
1
-1
/
+0
2024-11-19
switch back to old colorizer to avoid breaking changes
Squibid
1
-8
/
+6
2024-11-19
configure tangle module for neorg
Squibid
1
-0
/
+5
2024-11-19
remove unused lsp server
Squibid
1
-1
/
+0
2024-11-19
remove/update comments
Squibid
1
-5
/
+1
2024-11-19
add build.xml to jdtls (used in ant projects)
Squibid
1
-1
/
+1
2024-11-19
forgot one of the vim.cmd calls
Squibid
1
-1
/
+1
2024-11-19
add another event for luasnip to watch
Squibid
1
-1
/
+3
2024-11-19
refine luasnip binds
Squibid
1
-3
/
+15
2024-11-19
remove erroneous comma
Squibid
1
-1
/
+1
2024-11-19
add support for both path_async and path
Squibid
1
-1
/
+2
2024-11-19
get rid of unused functions, and variables
Squibid
1
-8
/
+0
2024-11-19
refine completion keybinds
Squibid
1
-40
/
+14
2024-11-19
get rid of useless misc.auto require in binds.lua
Squibid
1
-1
/
+1
2024-11-19
turn fancy spell suggest ui into a lambda, and fix some styling
Squibid
1
-10
/
+8
2024-11-19
remove auto center when returning to last place in buffer
Squibid
1
-1
/
+0
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
make vim.cmd calls more fancy
Squibid
4
-5
/
+5
2024-11-19
pin harpoon to a commit that actually works
Squibid
1
-0
/
+1
2024-08-09
yes there's a bit of java in my nvim config why do you ask?
Squibid
52
-1210
/
+1958
2024-04-25
make sure we are safely setting termguicolors
v2.0
Squibid
1
-1
/
+3
2024-04-25
remove signcolumn option, auto is good enough for me
Squibid
1
-3
/
+0
2024-04-19
make replaceword safer
Squibid
1
-0
/
+3
2024-04-08
fix neorg so it works on v8.0.0 and make headlines stop overriding the
Squibid
1
-6
/
+24
neorg header bullet points
2024-03-31
add tabbar plugin
Squibid
1
-0
/
+3
2024-03-31
switch from dotnix's cmp-luasnip-choice to L3MON4D3's
Squibid
1
-2
/
+2
2024-03-31
replace lsp_signature with better alternative
Squibid
1
-1
/
+1
2024-03-29
add todo list bind
Squibid
1
-0
/
+5
2024-03-29
make <leader>x toggle executable status
Squibid
1
-1
/
+15
2024-03-29
show executable status in the statusbar
Squibid
1
-0
/
+14
[next]