Commit Graph

578 Commits

Author SHA1 Message Date
69c8790f6e configure keymaps during plugin config 2024-08-01 11:08:00 +02:00
15d4cfcdf7 toggle oil.nvim fullscreen window 2024-08-01 10:58:47 +02:00
12aa2d8a7b delete unused parameter in options 2024-08-01 10:50:55 +02:00
37ccad6701 show hidden files by default in oil.nvim 2024-08-01 10:50:36 +02:00
9fb7d5de4b hover documentation for function in insert mode 2024-08-01 00:23:53 +02:00
5ad7502e88 surround neovide settings with UIEnter event, helps remote connections 2024-07-31 12:04:05 +02:00
6746dd6fbe Merge remote-tracking branch 'modular/master' 2024-07-31 12:03:52 +02:00
Damjan 9000
0a274ab66c Merge 'upstream' refactor lazydev, defer clipboard
performance: defer clipboard because xsel and pbcopy can be slow
refactor: remove lazydev and luvit-meta as lsp dependencies
2024-07-29 20:17:53 +02:00
abeldekat
84cc12354d
performance: defer clipboard because xsel and pbcopy can be slow (#1049) 2024-07-28 17:41:34 -04:00
Ihsan Tonuzi
fd66454c4a
refactor: remove lazydev and luvit-meta as lsp dependencies (#1047) 2024-07-28 17:39:34 -04:00
Damjan 9000
5a2930fe62 Merge 'upstream' conform warning, redundant hlsearch
Modify conform comments to prevent deprecation warning when used
Remove redundant hlsearch option
2024-07-28 20:50:15 +02:00
811f2c71d9 change to base directory and home keymaps 2024-07-28 20:45:31 +02:00
Brandon Clark
1cef2325e0
Modify conform comments to prevent deprecation warning when used (#1057) 2024-07-28 12:43:08 -04:00
Arvin Verain
f00b2866de
Remove redundant hlsearch option (#1058) 2024-07-28 12:39:54 -04:00
c88bb02155 added vim-merginal to manage branches and diff-views in TUI 2024-07-25 20:57:09 +02:00
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