- Jul 21, 2024
-
-
Damjan 9000 authored
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
-
- Jul 18, 2024
-
-
TJ DeVries authored
-
- Jul 16, 2024
-
-
Folke Lemaitre authored
-
Vladislav Grechannik authored
* which-key v3 update * remove unneeded brackets from which-key registration
-
- May 10, 2024
-
-
Per Malmberg authored
* Automatically set detached state as needed. * Use vim.fn.has instead. * Fix int vs bool.
-
- May 08, 2024
-
-
Smig authored
-
- May 06, 2024
-
-
Richard Macklin authored
-
- May 02, 2024
-
-
Damjan 9000 authored
Moved to make sure the kickstart-lsp-highlight group exists when the LspDetach handler is invoked. The LspDetach handler is used to clean up any lsp highlights that were enabled by CursorHold if the LSP is stopped or crashed.
-
- Apr 27, 2024
-
-
Damjan 9000 authored
Fixes: #884 Neovim requires an external tool for proper system clipboard integration. Some systems install this already by default: - on Fedora xsel is already installed by default - on Windows using the choko install the win32yank is alredy installed This is not installed by default on ubuntu or debian so adding that to the dependencies list and to the install instructions snippets.
-
- Apr 22, 2024
-
-
Adolfo Gante authored
Line 102. Placed 'also' before the 'includes'. "That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
-
Francis Belanger authored
-
Francis Belanger authored
* Fix highlight errors when lsp crash or stop It adds a check wether the client is still available before highlighting. If the client is not there anymore it returns `true` to unregister the autocommand This fix the `method textDocument/documentHighlight is not supported by any of the servers registered for the current buffer` errors when doing a LspRestart or the server crashes * Delete the highlight autocommands in the LspDetatch event * Only delete autocmds for the current buffer with the group name * Simplify clearing the autocommands --------- Co-authored-by:
Francis Belanger <francis.belanger@ubisoft.com>
-
Vladislav Grechannik authored
-
- Apr 20, 2024
-
-
Damjan 9000 authored
-
Damjan 9000 authored
-
Evan Carroll authored
Attempted fix for #859, provide reasonable Debian install instructions -- comment on GitHub issue with refinement.
-
- Apr 19, 2024
-
-
GameFuzzy authored
-
- Apr 18, 2024
-
-
Damjan 9000 authored
-
- Apr 17, 2024
-
-
Damjan 9000 authored
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
-
Vladislav Grechannik authored
-
Chris Patti authored
-
Damjan 9000 authored
-
- Apr 16, 2024
-
-
rdvm authored
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
-
- Apr 08, 2024
-
-
Viet authored
-
- Apr 04, 2024
-
-
Damjan 9000 authored
-
- Apr 01, 2024
-
-
Damjan 9000 authored
-
Damjan 9000 authored
-
- Mar 31, 2024
-
-
Damjan 9000 authored
This works also for visual range selection Copied from conform recipe: https://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md
-
- Mar 27, 2024
-
-
Chris Patti authored
-
Liu Qisheng authored
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
-
- Mar 21, 2024
-
-
Damjan 9000 authored
-
- Mar 20, 2024
-
-
E authored
The recommended step of forking the repo coming sequentially after the step instructing users to clone the current repo doesn't make sense. This commit orders the install instructions in a manner that's more logical.
-
- Mar 18, 2024
-
-
José Miguel Sarasola authored
It's a dependency now
-
Togglebit authored
-
Fredrik Averpil authored
-
Shane Crowley authored
-
- Mar 17, 2024
-
-
Damjan 9000 authored
-
- Mar 15, 2024
-
-
Damjan 9000 authored
Provide a method to disable autoformat on save lsp fallback for specified filetypes. By default disable for C/C++ as an example, because it does not have a well standardized coding style. Based on conform recipe: https://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md
-
stgpepper authored
Added file text to code block for consistency since the other plugin had file also inside code block.
-
TJ DeVries authored
Tree-sitter indenting for ruby is pretty terrible. But the fix requires a few steps, so showed those and documented how you could do that for other languages as well (with the tricky part being the additional_vim_regex_highlighting trick)
-