zolinthecow
bdadc39779
claude-pre-edit-1752107112
2 weeks ago
zolinthecow
fbd33a05ca
claude-pre-edit-1752106604
2 weeks ago
zolinthecow
3f13c9d5d8
claude-pre-edit-1752106272
2 weeks ago
zolinthecow
0e20dab55d
claude-pre-edit-1752106261
2 weeks ago
zolinthecow
c96bcfdd3e
claude-pre-edit-1752106254
2 weeks ago
zolinthecow
26e65c9ead
claude-pre-edit-1752106246
2 weeks ago
zolinthecow
d63555eae0
claude-pre-edit-1752106181
2 weeks ago
zolinthecow
986533047f
claude-pre-edit-1752106176
2 weeks ago
zolinthecow
ca9850ce01
claude-pre-edit-1752106052
2 weeks ago
zolinthecow
65197b5ee9
claude-pre-edit-1752106047
2 weeks ago
zolinthecow
8d4c111923
claude-pre-edit-1752105967
2 weeks ago
zolinthecow
b6951076c7
claude-pre-edit-1752105688
2 weeks ago
zolinthecow
18d99cb9d4
claude-pre-edit-1752105681
2 weeks ago
zolinthecow
dc718a0f5c
claude-pre-edit-1752105674
2 weeks ago
zolinthecow
a36e786f1f
claude-pre-edit-1752105673
2 weeks ago
zolinthecow
d44951a93c
claude-pre-edit-1752105665
2 weeks ago
zolinthecow
898a2d95a5
claude-pre-edit-1752105655
2 weeks ago
zolinthecow
3183e708cf
claude-pre-edit-1752105649
2 weeks ago
zolinthecow
7ea500c2b0
claude-pre-edit-1752105641
2 weeks ago
zolinthecow
61806beef4
claude-pre-edit-1752105632
2 weeks ago
zolinthecow
cb524a6c14
claude-pre-edit-1752105425
2 weeks ago
zolinthecow
2a71451ca3
phase 1 mvp
2 weeks ago
zolinthecow
abaca67308
clangd to use g++
3 months ago
zolinthecow
e6688019fd
todo trouble + add ocaml
6 months ago
zolinthecow
89a71aa455
use biome
8 months ago
zolinthecow
2ddd8c3860
install biome lsp
8 months ago
zolinthecow
dfa2256228
ssh specific pane navigation
8 months ago
zolinthecow
dcaad68136
yank into unnamedplus register always if in ssh
8 months ago
zolinthecow
480d650e11
remaps
8 months ago
zolinthecow
d2bc749833
update whichkey config
8 months ago
zolinthecow
5fc28dadf5
move ui stuff
8 months ago
zolinthecow
c4dca3f7dd
add some configs
8 months ago
zolinthecow
2234b188fb
nvim config
1 year ago
Richard Macklin
56b9114bf2
Update comment about the toggle inlay hints keymap ( #1041 )
1 year ago
srdtrk
6f3fe35de3
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled` ( #947 )
...
* fix: lsp warning
* review suggestion
Co-authored-by: Tom Kuson <mail@tjkuson.me>
---------
Co-authored-by: Tom Kuson <mail@tjkuson.me>
1 year ago
Richard Macklin
620732789b
Update lazydev config to fix "Undefined field `fs_stat`" LSP error ( #1040 )
...
7513ec8a7d
switched from neodev to
lazydev, but in the process it introduced an LSP error in `init.lua`,
which degrades the desired "first timer" experience of kickstart.nvim.
This commit follows the configuration suggested in
6184ebbbc8 (-installation)
which resolves the LSP error.
1 year ago
Vladislav Grechannik
7513ec8a7d
Neovim 0.10 updates ( #936 )
...
* Neovim 0.10 updates
Provide the buffer for which to enable inlay hints
Co-authored-by: Matt Mirus <matt@mattmirus.com>
* refactor: replace vim.loop with vim.uv
* Upgrade folke/neodev (sunsetting) to folke/lazydev
* Update checkhealth for 0.10 release
---------
Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
1 year ago
Richard Macklin
07a9f446a3
Fix comment about mini.ai example ( #985 )
...
This example wasn't using `'` so this makes more sense
1 year ago
Vladislav Grechannik
b36d84ddf0
Make conform.nvim be lazy-loadable again ( #977 )
...
The PR that disabled lazy loading (#818 ) was to fix plugin not being
loaded before write. This sets up lazy to load conform before write.
1 year ago
Artyom
c405d3fd4f
Update README.md | %userprofile%\appdata\local -> %localappdata% ( #963 )
...
- Replace `%userprofile%\AppData\Local\nvim\` and `$env:USERPROFILE\AppData\Local\nvim` to `%localappdata%\nvim` and `$env:LOCALAPPDATA\nvim respectfully`
1 year ago
Vladislav Grechannik
4bbca64157
Make debug lazy loadable ( #978 )
1 year ago
Tom Kuson
1cdf6fb377
Remove redundant require ( #959 )
1 year ago
Damjan 9000
202910d3fa
Fix neo-tree keymap description ( #932 )
...
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
1 year ago
TJ DeVries
2df5137e59
fix: add required parsers from nvim-treesitter
1 year ago
Folke Lemaitre
3e55ff1a83
fix(lazy): added error handling for bootstrap ( #1001 )
1 year ago
Vladislav Grechannik
f5c919558b
which-key v3 update ( #1022 )
...
* which-key v3 update
* remove unneeded brackets from which-key registration
1 year ago
Per Malmberg
5aeddfdd5d
Automatically set detached state as needed. ( #925 )
...
* Automatically set detached state as needed.
* Use vim.fn.has instead.
* Fix int vs bool.
1 year ago
Smig
b9bd02d55b
fix: debug.lua ( #918 )
1 year ago
Richard Macklin
f86f18f27a
Add diff to treesitter's ensure_installed languages ( #908 )
1 year ago
Damjan 9000
6f6f38a6b5
Move LspDetach handler near kickstart-lsp-highlight group ( #900 )
...
Moved to make sure the kickstart-lsp-highlight group exists when
the LspDetach handler is invoked. The LspDetach handler is used
to clean up any lsp highlights that were enabled by CursorHold
if the LSP is stopped or crashed.
1 year ago