forked from nvim-lua/kickstart.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use init for colorscheme (nvim-lua#715) * README.md: update neo-tree example - remove legacy setting (nvim-lua#744) * feat: allow treesitter defaults to be overwritten from custom directory (nvim-lua#732) * chore: rename <C-T> to <C-t> for consistency (nvim-lua#719) * Added folke/neodev.nvim for proper nvim api completion and annotation (nvim-lua#754) Fixes nvim-lua#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. * Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (nvim-lua#696) * Use cmp-nvim-lua as nvim-cmp source for neovim Lua API * Move the dependency to a more suitable place * Revert "Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (nvim-lua#696)" (nvim-lua#755) This reverts commit d8a1dbc. * doc: add info about timeoutlen (nvim-lua#691) Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option. * Add <C-b>/<C-f> cmp mapping to scroll cmp docs (nvim-lua#750) * Move friendly snippets to dependencies of LuaSnip (nvim-lua#759) Co-authored-by: TJ DeVries <[email protected]> * doc: add note about advanced luasnip features --------- Co-authored-by: name.tar.xz <[email protected]> Co-authored-by: Damjan 9000 <[email protected]> Co-authored-by: Ryan Baumgardner <[email protected]> Co-authored-by: Chiller Dragon <[email protected]> Co-authored-by: James Karefylakis <[email protected]> Co-authored-by: Chris Patti <[email protected]> Co-authored-by: TLW <[email protected]> Co-authored-by: Rafael Zasas <[email protected]> Co-authored-by: Vladislav Grechannik <[email protected]> Co-authored-by: TJ DeVries <[email protected]>
- Loading branch information
1 parent
8fae679
commit 2e0a250
Showing
2 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters