Commit Graph

320 Commits (0e20dab55d5e704d176c0778dc1c5891e085d8e8)
 

Author SHA1 Message Date
zolinthecow 0e20dab55d claude-pre-edit-1752106261 3 days ago
zolinthecow c96bcfdd3e claude-pre-edit-1752106254 3 days ago
zolinthecow 26e65c9ead claude-pre-edit-1752106246 3 days ago
zolinthecow d63555eae0 claude-pre-edit-1752106181 3 days ago
zolinthecow 986533047f claude-pre-edit-1752106176 3 days ago
zolinthecow ca9850ce01 claude-pre-edit-1752106052 3 days ago
zolinthecow 65197b5ee9 claude-pre-edit-1752106047 3 days ago
zolinthecow 8d4c111923 claude-pre-edit-1752105967 3 days ago
zolinthecow b6951076c7 claude-pre-edit-1752105688 3 days ago
zolinthecow 18d99cb9d4 claude-pre-edit-1752105681 3 days ago
zolinthecow dc718a0f5c claude-pre-edit-1752105674 3 days ago
zolinthecow a36e786f1f claude-pre-edit-1752105673 3 days ago
zolinthecow d44951a93c claude-pre-edit-1752105665 3 days ago
zolinthecow 898a2d95a5 claude-pre-edit-1752105655 3 days ago
zolinthecow 3183e708cf claude-pre-edit-1752105649 3 days ago
zolinthecow 7ea500c2b0 claude-pre-edit-1752105641 3 days ago
zolinthecow 61806beef4 claude-pre-edit-1752105632 3 days ago
zolinthecow cb524a6c14 claude-pre-edit-1752105425 3 days ago
zolinthecow 2a71451ca3 phase 1 mvp 3 days ago
zolinthecow abaca67308 clangd to use g++ 2 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 12 months ago
Richard Macklin 56b9114bf2
Update comment about the toggle inlay hints keymap (#1041) 12 months 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>
12 months 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.
12 months 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>
12 months ago
Richard Macklin 07a9f446a3
Fix comment about mini.ai example (#985)
This example wasn't using `'` so this makes more sense
12 months 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.
12 months 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`
12 months ago
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 12 months ago
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 12 months 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
12 months 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
Damjan 9000 b7d5cc8f42
README: add clipboard tool dependency (#886)
Fixes: #884
Neovim requires an external tool for proper system clipboard integration.
Some systems install this already by default:
- on Fedora xsel is already installed by default
- on Windows using the choko install the win32yank is alredy installed
This is not installed by default on ubuntu or debian so adding that
to the dependencies list and to the install instructions snippets.
1 year ago
Adolfo Gante 8df3deb6fe
Update README.md (#875)
Line 102. Placed 'also' before the 'includes'.

"That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
1 year ago
Francis Belanger 942b26184c
fix: highlight group clear on each attach (#874) 1 year ago