Commit Graph

591 Commits

Author SHA1 Message Date
Baipyrus
48eacbfcab
Merge pull request #19 from dam9000/master
Sync fork
2024-08-15 11:35:01 +02:00
57212d3f27 comment longer overseer keymap 2024-08-07 12:23:21 +02:00
08f5acc7ed toggle additional overseer splits if window already split 2024-08-07 12:22:43 +02:00
2fec155b77 bugfix: overseer delete only empty buffer 2024-08-07 12:21:50 +02:00
cfaf706a07 delete unused void register keymaps 2024-08-07 12:21:08 +02:00
842c704a99 use quickfix instead of locations list for diagnostics 2024-08-07 12:16:39 +02:00
1d1d8447f7 added keymap to paste in terminal mode 2024-08-05 16:25:19 +02:00
689f994fbd unify layz plugin import, allow return multiple plugins per file 2024-08-01 11:29:28 +02:00
e95ecf56e6 remove rarely used AI plugin 2024-08-01 11:24:59 +02:00
9a4a5f31ae configure highlighting during plugin config 2024-08-01 11:10:08 +02:00
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
Damjan 9000
198460c421 Merge 'upstream' nvim-lspconfig cmp-nvim-lsp, treesitter prefer_git
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp
Remove treesitter prefer_git option
2024-07-31 21:09:37 +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
jstrot
1860184830
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042) 2024-07-29 20:02:37 -04:00
jstrot
bb9f84ca8f
Remove treesitter prefer_git option (#1061)
- It's not safe and can corrupt other git repos
- nvim-treesiter maintainers consider `prefer_git` as deprecated and no
  longer needed.

See nvim-treesitter PR for details: https://github.com/nvim-treesitter/nvim-treesitter/pull/6959
2024-07-29 20:01:19 -04: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