Commit Graph

563 Commits

Author SHA1 Message Date
1f7e2bd3c8 bugfix: merge after effects and general clean up 2024-07-25 20:48:43 +02:00
b648a78bdf added missing treesitter entry and comments 2024-07-24 22:00:00 +02:00
4485e74869 sort telescope recent buffers based on usage 2024-07-24 21:49:37 +02:00
0021ecd32e Merge branch 'master' of https://github.com/Baipyrus/nvim-config 2024-07-24 08:51:10 +02:00
35ff1656f1 remove unused plugins 2024-07-24 08:50:55 +02:00
ec72cd372a Merge remote-tracking branch 'modular/master' 2024-07-24 08:50:43 +02:00
9cd6ce3279 disable conflicting/broken overseer keymaps 2024-07-23 22:09:24 +02:00
3175322e7f allow closing of overseer log with toggle keymap 2024-07-23 22:08:55 +02:00
4471902d93 maximize height of overseer log 2024-07-23 22:08:17 +02:00
Damjan 9000
e1d6094136 Merge 'upstream' Neovim 0.10 updates and more
Merged commits from upstream:

Update comment about the toggle inlay hints keymap
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled`
Update lazydev config to fix "Undefined field `fs_stat`" LSP error
Neovim 0.10 updates
Fix comment about mini.ai example
Make conform.nvim be lazy-loadable again
Update README.md | %userprofile%\appdata\local -> %localappdata%
Make debug lazy loadable
Remove redundant require
Fix neo-tree keymap description
fix: add required parsers from nvim-treesitter
2024-07-22 20:25:55 +02:00
Richard Macklin
56b9114bf2
Update comment about the toggle inlay hints keymap (#1041) 2024-07-22 13:00:35 -04:00
92ba643d67 added html parser for treesitter 2024-07-22 10:45:08 +02: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
bc57aa34ed Merge remote-tracking branch 'modular/master' 2024-07-18 20:54:53 +02:00
TJ DeVries
2df5137e59 fix: add required parsers from nvim-treesitter 2024-07-17 21:37:31 -04:00
Damjan 9000
a6442e8081 Merge 'upstream' fix(lazy): added error handling for bootstrap 2024-07-17 10:52:44 +02:00
Damjan 9000
64597b0077 Merge 'upstream' which-key v3 update 2024-07-17 10:47:54 +02: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
d556ce0aca delete buffer keymap replaced by lua 2024-07-15 20:24:37 +02:00
b6acf5ccb1 manual file path fix for relative paths 2024-07-10 17:41:50 +02:00
7a9d85ceb9 remove heuristic buffer option detection (like tabstop) 2024-07-10 17:41:49 +02:00
de146ec6de QoL: highlighting and feeback 2024-07-10 17:41:49 +02:00
197b1f4ca0 copying extracted data to system clipboard 2024-07-10 17:41:49 +02:00
6806aa7977 match lines based on input expr 2024-07-10 17:41:48 +02:00
704f92592b getting selected lines only in visual mode 2024-07-10 17:41:48 +02:00
c240529edd global cmd with capture group yank 2024-07-10 17:41:47 +02:00
cacb564101 oil.nvim relative path fix on open file 2024-07-10 17:41:47 +02:00
b138a01336 remove unwanted autosession plugin 2024-07-10 17:41:47 +02:00
d117ed8ecf simple PHP parser and lsp config 2024-07-10 17:41:34 +02:00
d1503995c8 profiled pwsh execution for presets 2024-07-03 14:03:55 +02:00
4675abf4fa replace insert mode pasting 2024-07-03 14:03:44 +02:00
7f9256b56c configure rmagatti/auto-session to auto restore last session 2024-06-19 20:02:39 +02:00
f219313212 trying auto restoring session plugins 2024-06-19 19:48:41 +02:00
0cbd3722da keymap to automatically navigate to neovim config 2024-06-19 19:46:09 +02:00
db78ba8f77 bugfix: windows check for shell option 2024-06-11 11:50:07 +02:00
2286989640 Merge branch 'master' of https://github.com/Baipyrus/nvim-config 2024-06-09 20:12:15 +02:00
d68ee3ab03 add modular template configs for golang 2024-06-05 13:07:31 +02:00
ec5d98732b configure overseer which-key description 2024-06-04 14:31:24 +02:00
2f268bea6f delete debugging configurations 2024-06-04 14:24:09 +02:00
29a40276f6 configure gopls as golang LSP 2024-06-04 14:23:47 +02:00
10af730fa0 open overseer logs in current window 2024-06-04 14:23:25 +02:00