Commit Graph

332 Commits (a054861c29a502fb793e933e2995590667debb5e)
 

Author SHA1 Message Date
zolinthecow a054861c29 claude-pre-edit-1752107491 4 days ago
zolinthecow 0a8c40e19c claude-pre-edit-1752107392 4 days ago
zolinthecow dc7ba7b785 claude-pre-edit-1752107191 4 days ago
zolinthecow d081272d12 claude-pre-edit-1752107179 4 days ago
zolinthecow 5150308263 claude-pre-edit-1752107173 4 days ago
zolinthecow a04de19c6d claude-pre-edit-1752107159 4 days ago
zolinthecow 1b70e29206 claude-pre-edit-1752107150 4 days ago
zolinthecow 2ded23fe56 claude-pre-edit-1752107145 4 days ago
zolinthecow 6ade0b18ae claude-pre-edit-1752107136 4 days ago
zolinthecow bdadc39779 claude-pre-edit-1752107112 4 days ago
zolinthecow fbd33a05ca claude-pre-edit-1752106604 4 days ago
zolinthecow 3f13c9d5d8 claude-pre-edit-1752106272 4 days ago
zolinthecow 0e20dab55d claude-pre-edit-1752106261 4 days ago
zolinthecow c96bcfdd3e claude-pre-edit-1752106254 4 days ago
zolinthecow 26e65c9ead claude-pre-edit-1752106246 4 days ago
zolinthecow d63555eae0 claude-pre-edit-1752106181 4 days ago
zolinthecow 986533047f claude-pre-edit-1752106176 4 days ago
zolinthecow ca9850ce01 claude-pre-edit-1752106052 4 days ago
zolinthecow 65197b5ee9 claude-pre-edit-1752106047 4 days ago
zolinthecow 8d4c111923 claude-pre-edit-1752105967 4 days ago
zolinthecow b6951076c7 claude-pre-edit-1752105688 4 days ago
zolinthecow 18d99cb9d4 claude-pre-edit-1752105681 4 days ago
zolinthecow dc718a0f5c claude-pre-edit-1752105674 4 days ago
zolinthecow a36e786f1f claude-pre-edit-1752105673 4 days ago
zolinthecow d44951a93c claude-pre-edit-1752105665 4 days ago
zolinthecow 898a2d95a5 claude-pre-edit-1752105655 4 days ago
zolinthecow 3183e708cf claude-pre-edit-1752105649 4 days ago
zolinthecow 7ea500c2b0 claude-pre-edit-1752105641 4 days ago
zolinthecow 61806beef4 claude-pre-edit-1752105632 4 days ago
zolinthecow cb524a6c14 claude-pre-edit-1752105425 4 days ago
zolinthecow 2a71451ca3 phase 1 mvp 4 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