Commit Graph

322 Commits

Author SHA1 Message Date
zolinthecow fbd33a05ca claude-pre-edit-1752106604 2025-07-09 17:16:44 -07:00
zolinthecow 3f13c9d5d8 claude-pre-edit-1752106272 2025-07-09 17:11:12 -07:00
zolinthecow 0e20dab55d claude-pre-edit-1752106261 2025-07-09 17:11:01 -07:00
zolinthecow c96bcfdd3e claude-pre-edit-1752106254 2025-07-09 17:10:54 -07:00
zolinthecow 26e65c9ead claude-pre-edit-1752106246 2025-07-09 17:10:46 -07:00
zolinthecow d63555eae0 claude-pre-edit-1752106181 2025-07-09 17:09:41 -07:00
zolinthecow 986533047f claude-pre-edit-1752106176 2025-07-09 17:09:36 -07:00
zolinthecow ca9850ce01 claude-pre-edit-1752106052 2025-07-09 17:07:32 -07:00
zolinthecow 65197b5ee9 claude-pre-edit-1752106047 2025-07-09 17:07:27 -07:00
zolinthecow 8d4c111923 claude-pre-edit-1752105967 2025-07-09 17:06:07 -07:00
zolinthecow b6951076c7 claude-pre-edit-1752105688 2025-07-09 17:01:28 -07:00
zolinthecow 18d99cb9d4 claude-pre-edit-1752105681 2025-07-09 17:01:21 -07:00
zolinthecow dc718a0f5c claude-pre-edit-1752105674 2025-07-09 17:01:14 -07:00
zolinthecow a36e786f1f claude-pre-edit-1752105673 2025-07-09 17:01:13 -07:00
zolinthecow d44951a93c claude-pre-edit-1752105665 2025-07-09 17:01:05 -07:00
zolinthecow 898a2d95a5 claude-pre-edit-1752105655 2025-07-09 17:00:55 -07:00
zolinthecow 3183e708cf claude-pre-edit-1752105649 2025-07-09 17:00:49 -07:00
zolinthecow 7ea500c2b0 claude-pre-edit-1752105641 2025-07-09 17:00:41 -07:00
zolinthecow 61806beef4 claude-pre-edit-1752105632 2025-07-09 17:00:32 -07:00
zolinthecow cb524a6c14 claude-pre-edit-1752105425 2025-07-09 16:57:05 -07:00
zolinthecow 2a71451ca3 phase 1 mvp 2025-07-09 13:33:29 -07:00
zolinthecow abaca67308 clangd to use g++ 2025-05-07 03:26:59 -07:00
zolinthecow e6688019fd todo trouble + add ocaml 2025-01-15 23:13:20 -08:00
zolinthecow 89a71aa455 use biome 2024-11-20 19:57:38 +00:00
zolinthecow 2ddd8c3860 install biome lsp 2024-11-14 02:53:51 +00:00
zolinthecow dfa2256228 ssh specific pane navigation 2024-11-13 22:45:42 +00:00
zolinthecow dcaad68136 yank into unnamedplus register always if in ssh 2024-11-13 20:39:16 +00:00
zolinthecow 480d650e11 remaps 2024-11-13 10:18:54 +00:00
zolinthecow d2bc749833 update whichkey config 2024-11-13 03:51:13 +00:00
zolinthecow 5fc28dadf5 move ui stuff 2024-11-12 22:55:36 +00:00
zolinthecow c4dca3f7dd add some configs 2024-11-12 14:34:30 -08:00
zolinthecow 2234b188fb nvim config 2024-07-27 00:17:17 -07:00
Richard Macklin 56b9114bf2
Update comment about the toggle inlay hints keymap (#1041) 2024-07-22 13:00:35 -04:00
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>
2024-07-21 22:21:21 -04:00
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.
2024-07-21 22:08:09 -04:00
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>
2024-07-21 20:35:07 -04:00
Richard Macklin 07a9f446a3
Fix comment about mini.ai example (#985)
This example wasn't using `'` so this makes more sense
2024-07-21 16:34:51 -04:00
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.
2024-07-21 16:34:17 -04:00
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`
2024-07-21 16:33:26 -04:00
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
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
2024-07-21 16:22:10 -04:00
TJ DeVries 2df5137e59 fix: add required parsers from nvim-treesitter 2024-07-17 21:37:31 -04:00
Folke Lemaitre 3e55ff1a83
fix(lazy): added error handling for bootstrap (#1001) 2024-07-16 12:06:47 -04:00
Vladislav Grechannik f5c919558b
which-key v3 update (#1022)
* which-key v3 update

* remove unneeded brackets from which-key registration
2024-07-16 12:05:40 -04:00
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.
2024-05-10 13:43:22 -04:00
Smig b9bd02d55b
fix: debug.lua (#918) 2024-05-08 10:55:49 -04:00
Richard Macklin f86f18f27a
Add diff to treesitter's ensure_installed languages (#908) 2024-05-05 21:01:39 -04:00
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.
2024-05-02 16:53:07 -04:00
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.
2024-04-27 16:40:27 -04:00