Commit Graph

47 Commits (b02a018d1fc6c4733b89a9f0f53a679d61f0850e)

Author SHA1 Message Date
zolinthecow f4cff642e4 claude-pre-edit-1752107543 4 days ago
zolinthecow 65ef39fdf8 claude-pre-edit-1752107537 4 days ago
zolinthecow 221b2dce50 claude-pre-edit-1752107522 4 days ago
zolinthecow 3d33120cea claude-pre-edit-1752107509 4 days ago
zolinthecow c9adfad2c5 claude-pre-edit-1752107502 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 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 3183e708cf claude-pre-edit-1752105649 4 days ago
zolinthecow 7ea500c2b0 claude-pre-edit-1752105641 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
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
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
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
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 1 year ago
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
1 year ago
José Miguel Sarasola 773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
1 year ago
Fredrik Averpil 8e24ca32e3
feat: add linter plugin (#699) 1 year ago
Damjan 9000 c9122e89e3
fix: checkhealth reported nvim version (#685) 1 year ago
TJ DeVries 8b5d48a199
rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)
We've removed over 1/3 of the code that was in kickstart previously,
and more than doubled the amount of comments explaining every line
of code (to the best of my ability).

kickstart now properly uses many of the lazy.nvim config and loading
idioms, which should be really helpful for people moving both to
modular configs, as well as extending the kickstart config in one file.

Additional features:
- Beautiful ascii art
- Added some documentation that explains what is an LSP, what is telescope, etc
- There is now a `:checkhealth` for kickstart, which checks some basic information
  and adds useful information for maintainers (for people cloning the repo).
- Improved LSP configuration and tool installation, for easier first time startup
- Changed init.lua ordering, so that it moves from simple options to complicated config

```
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                              1            108            404            298
-------------------------------------------------------------------------------
```
1 year ago
Juan Giordana c45b17ebab Add descriptions for debugging keybindings.
Add descriptions for debugging key bindings.

Improve formatting by changing double quotes to single quotes in order
to keep compatibility with the rest of the kickstart.nvim project.
2 years ago
Chris Patti 5e4d24cb2f Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86.
2 years ago
Chris Patti cdaa750c86 Refactor theme and status line into their own file 2 years ago
Keiwan Jamaly e78ad01dd2
Added disconnect emoji for nvim-dap-ui 2 years ago
SamPosh 9004013a8d
Dapui.toggle is added 2 years ago
Kai Windle c19fe7af24
mason nvim dap 2.0 removed setup_handlers() (#258) 2 years ago
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2 years ago