aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-20Merge 'upstream' Update README.md (reordering of recommended steps)Damjan 9000
2024-03-20Update README.md (#781)E
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.
2024-03-19Merge 'upstream' Add nvim-nio as dependency for nvim-dap-uiDamjan 9000
2024-03-18Add nvim-nio as dependency for nvim-dap-ui (#774)José Miguel Sarasola
It's a dependency now
2024-03-18Merge 'upstream' Some suggestions and capitalised a few wordsDamjan 9000
2024-03-18Some suggestions and capitalised a few words (#771)Togglebit
2024-03-18Merge 'upstream' feat: add linter plugin, lua_ls config commentDamjan 9000
- feat: add linter plugin - assign table to filetype in lua_ls config comment
2024-03-18feat: add linter plugin (#699)Fredrik Averpil
2024-03-18assign table to filetype in lua_ls config comment (#770)Shane Crowley
2024-03-17Merge 'upstream' README: additional install recipes for various OSDamjan 9000
2024-03-17README: additional install recipes for various OS (#767)Damjan 9000
2024-03-15Merge 'upstream' conform: disable autoformat on save for specified filetypesDamjan 9000
2024-03-15conform: disable autoformat on save for specified filetypes (#694)Damjan 9000
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
2024-03-15Update README.md (#763)stgpepper
Added file text to code block for consistency since the other plugin had file also inside code block.
2024-03-15Merge 'upstream' timeoutlen, cmp scroll, friendly snippets, luasnip, rubyDamjan 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-15fix: disable ts indenting for RubyTJ DeVries
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)
2024-03-15doc: add note about advanced luasnip featuresTJ DeVries
2024-03-15Move friendly snippets to dependencies of LuaSnip (#759)Vladislav Grechannik
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2024-03-15Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750)Rafael Zasas
2024-03-15doc: add info about timeoutlen (#691)TLW
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
2024-03-12Merge 'upstream' Added folke/neodev.nvim for proper nvim api completion and ↵Damjan 9000
annotation
2024-03-12Revert "Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#696)" ↵Chris Patti
(#755) This reverts commit d8a1dbc4b40fc018f254be3f060061d90ad35185.
2024-03-12Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#696)James Karefylakis
* Use cmp-nvim-lua as nvim-cmp source for neovim Lua API * Move the dependency to a more suitable place
2024-03-12Added folke/neodev.nvim for proper nvim api completion and annotation (#754)Damjan 9000
Fixes nvim-lua/kickstart.nvim#692 `neodev` configures Lua LSP for your Neovim config, runtime and plugins used for completion, annotations and signatures of Neovim apis With neodev, there's no more need to manually set lua_ls workspace settings which don't seem to work properly anyway as currently nvim api completion does not work.
2024-03-12Merge 'upstream' rename <C-t>, use opts for treesitterDamjan 9000
- chore: rename <C-T> to <C-t> for consistency - feat: allow treesitter defaults to be overwritten from custom directory
2024-03-11chore: rename <C-T> to <C-t> for consistency (#719)Chiller Dragon
2024-03-11feat: allow treesitter defaults to be overwritten from custom directory (#732)Ryan Baumgardner
2024-03-11Merge 'upstream' README.md: update neo-tree example - remove legacy settingDamjan 9000
2024-03-11README.md: update neo-tree example - remove legacy setting (#744)Damjan 9000
2024-03-10Merge 'upstream' use init for colorschemeDamjan 9000
2024-03-09use init for colorscheme (#715)name.tar.xz
2024-03-08Merge 'upstream/master' Fix typos and whatnotDamjan 9000
2024-03-08Fix typos and whatnot (#731)Nora Ayesha
2024-03-06Merge 'upstream/master' Make the Nerd Font an optional requirementDamjan 9000
2024-03-06Make the Nerd Font an optional requirement (#716)Damjan 9000
2024-03-06Merge 'upstream/master' Add more detail to colorscheme commentDamjan 9000
2024-03-05Add more detail to colorscheme comment (#713)Ryan Winchester
2024-03-04Merge 'upstream/master' cursor location, trailing spaces, new youtube videoDamjan 9000
Change statusline location to LINE:COLUMN chore: remove trailing spaces from readme chore: link new installation youtube video
2024-03-04chore: link new installation youtube video (#678)Chiller Dragon
2024-03-04chore: remove trailing spaces from readme (#679)Chiller Dragon
2024-03-04Change statusline location to LINE:COLUMN (#689)Damjan 9000
2024-03-04Merge 'upstream/master' fix: checkhealth reported nvim versionDamjan 9000
2024-03-03fix: checkhealth reported nvim version (#685)Damjan 9000
2024-03-03Merge 'upstream/master' VimEnter, win install, custom/plugins noteDamjan 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-03fix: add note in readme for custom pluginsTJ DeVries
2024-03-02README.md: updated windows install instructions (#674)Damjan 9000
2024-03-02feat: use VimEnter event instead of VeryLazy (#673)Taulant Aliraj
2024-03-01Merge 'upstream/master' chore: fix typosDamjan 9000
2024-03-01chore: fix typos (#666)Nhan Luu
2024-03-01Merge 'upstream/master' fixup style, lua lsp snippetsDamjan 9000
fixup: updated some style stuff feat: enable lua lsp snipppets