Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-31 | Merge 'upstream' nvim-lspconfig cmp-nvim-lsp, treesitter prefer_git | Damjan 9000 | |
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp Remove treesitter prefer_git option | |||
2024-07-29 | Merge 'upstream' refactor lazydev, defer clipboard | Damjan 9000 | |
performance: defer clipboard because xsel and pbcopy can be slow refactor: remove lazydev and luvit-meta as lsp dependencies | |||
2024-07-28 | Merge 'upstream' conform warning, redundant hlsearch | Damjan 9000 | |
Modify conform comments to prevent deprecation warning when used Remove redundant hlsearch option | |||
2024-07-22 | Merge 'upstream' Neovim 0.10 updates and more | Damjan 9000 | |
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-21 | Neovim 0.10 updates (#936) | Vladislav Grechannik | |
* 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 | Make debug lazy loadable (#978) | Vladislav Grechannik | |
2024-07-21 | Remove redundant require (#959) | Tom Kuson | |
2024-07-21 | Fix neo-tree keymap description (#932) | Damjan 9000 | |
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-17 | Merge 'upstream' fix(lazy): added error handling for bootstrap | Damjan 9000 | |
2024-07-17 | Merge 'upstream' which-key v3 update | Damjan 9000 | |
2024-05-10 | Merge 'upstream' debug.lua: Automatically set detached state as needed. | Damjan 9000 | |
2024-05-10 | Automatically set detached state as needed. (#925) | Per Malmberg | |
* Automatically set detached state as needed. * Use vim.fn.has instead. * Fix int vs bool. | |||
2024-05-08 | Merge 'upstream' fix: debug.lua | Damjan 9000 | |
2024-05-08 | fix: debug.lua (#918) | Smig | |
2024-05-06 | Merge 'upstream' Add diff to treesitter's ensure_installed languages | Damjan 9000 | |
2024-05-03 | Merge 'upstream' Move LspDetach handler near kickstart-lsp-highlight group | Damjan 9000 | |
2024-04-22 | Merge 'upstream' fix: highlight group clear on each attach, README | Damjan 9000 | |
2024-04-22 | Merge 'upstream' Fix highlight errors when lsp crash or stop | Damjan 9000 | |
2024-04-22 | Merge 'upstream' Fix deprecation notice of inlay hints | Damjan 9000 | |
2024-04-20 | Merge 'upstream' example of the classic complete keymaps | Damjan 9000 | |
- Add a commented out example of the classic complete keymaps. - Minor improvements of debian install instructions. | |||
2024-04-20 | Merge 'upstream' fix: restore Mason config timing for DAP startup | Damjan 9000 | |
2024-04-18 | Merge 'upstream' Add gitsigns recommended keymaps | Damjan 9000 | |
Note, the upstream base gitsigns config and optional gitsigns plugin are merged into the same plugin spec, so the gitsigns keymaps are enabled by default. | |||
2024-04-17 | Add gitsigns recommended keymaps as an optional plugin (#858) | Damjan 9000 | |
2024-04-17 | Merge 'upstream' Move plugin examples from README to optional plugin files | Damjan 9000 | |
2024-04-17 | Move plugin examples from README to optional plugin files (#831) | Damjan 9000 | |
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin | |||
2024-04-17 | Merge 'upstream' prefer_git, inlay hints | Damjan 9000 | |
- add prefer_git to treesitter config - Enable inlay hints for the supporting servers | |||
2024-04-01 | Merge 'upstream' Don't lazy load conform plugin | Damjan 9000 | |
2024-03-31 | Merge 'upstream' Add a keymap space-f to format buffer using conform | Damjan 9000 | |
2024-03-28 | Merge 'upstream' Add luadoc in treesitter, instructions to quit lazy | Damjan 9000 | |
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` - Add instructions to quit :lazy | |||
2024-03-19 | Merge 'upstream' Add nvim-nio as dependency for nvim-dap-ui | Damjan 9000 | |
2024-03-18 | Add nvim-nio as dependency for nvim-dap-ui (#774) | José Miguel Sarasola | |
It's a dependency now | |||
2024-03-18 | Merge 'upstream' Some suggestions and capitalised a few words | Damjan 9000 | |
2024-03-18 | Merge 'upstream' feat: add linter plugin, lua_ls config comment | Damjan 9000 | |
- feat: add linter plugin - assign table to filetype in lua_ls config comment | |||
2024-03-18 | feat: add linter plugin (#699) | Fredrik Averpil | |
2024-03-15 | Merge 'upstream' conform: disable autoformat on save for specified filetypes | Damjan 9000 | |
2024-03-15 | Merge 'upstream' timeoutlen, cmp scroll, friendly snippets, luasnip, ruby | Damjan 9000 | |
Merged: - fix: disable ts indenting for Ruby - doc: add note about advanced luasnip features - Move friendly snippets to dependencies of LuaSnip (#759) - Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750) - doc: add info about timeoutlen (#691) | |||
2024-03-12 | Merge 'upstream' Added folke/neodev.nvim for proper nvim api completion and ↵ | Damjan 9000 | |
annotation | |||
2024-03-12 | Merge 'upstream' rename <C-t>, use opts for treesitter | Damjan 9000 | |
- chore: rename <C-T> to <C-t> for consistency - feat: allow treesitter defaults to be overwritten from custom directory | |||
2024-03-10 | Merge 'upstream' use init for colorscheme | Damjan 9000 | |
2024-03-06 | Merge 'upstream/master' Make the Nerd Font an optional requirement | Damjan 9000 | |
2024-03-06 | Merge 'upstream/master' Add more detail to colorscheme comment | Damjan 9000 | |
2024-03-04 | Merge 'upstream/master' cursor location, trailing spaces, new youtube video | Damjan 9000 | |
Change statusline location to LINE:COLUMN chore: remove trailing spaces from readme chore: link new installation youtube video | |||
2024-03-04 | Merge 'upstream/master' fix: checkhealth reported nvim version | Damjan 9000 | |
2024-03-03 | fix: checkhealth reported nvim version (#685) | Damjan 9000 | |
2024-03-03 | Merge 'upstream/master' VimEnter, win install, custom/plugins note | Damjan 9000 | |
fix: add note in readme for custom plugins README.md: updated windows install instructions (#674) feat: use VimEnter event instead of VeryLazy (#673) | |||
2024-03-01 | Merge 'upstream/master' chore: fix typos | Damjan 9000 | |
2024-03-01 | Merge 'upstream/master' fixup style, lua lsp snippets | Damjan 9000 | |
fixup: updated some style stuff feat: enable lua lsp snipppets | |||
2024-02-28 | Merge 'upstream/master' Change mini.statusline location format to LINE:COLUMN | Damjan 9000 | |
2024-02-27 | Merge 'upstream/master' add plugin specs docstring, remove lazy.nvim ↵ | Damjan 9000 | |
configuration (empty) table | |||
2024-02-26 | Merge 'upstream/master' fixups (autocommand, auto_install) | Damjan 9000 | |
fixup: change comment to reflect auto_install fixup: add autocommand link for help and description |