Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-06 | Merge pull request #406 from gangelop/git-keymaps | Chris Patti | |
Revert gitsigns keymaps but fix vimdiff and fugitive conflict | |||
2023-09-04 | Add telescope search resume key binding | Dilshod Temirkhodjaev | |
2023-08-27 | treesitter: ensure 'javascript' installed along with typescript and tsx | George Angelopoulos | |
This parser is actually needed for some *JSX* parsing, and since typescript and tsx are already getting installed, it makes sense to also install the javascript parser. | |||
2023-08-22 | Revert gitsigns keymaps but fix vimdiff and fugitive conflict | George Angelopoulos | |
Originally, the keymaps for jumping to next and previous git hunks were ]c and [c. This was changed in #323 (83b65a1) because they overwrote the built-in vimdiff keymaps. However, the more traditional solution is to have ]c and [c *extend* the built-in keymap. This is what fugitive and gitgutter have been doing for years. Gitsigns doesn't do this by itself, but it has a recommended keymap configuration on which the present patch is based: https://github.com/lewis6991/gitsigns.nvim#keymaps The only thing I've added is to have the keymaps work in visual mode as well, which is the same behavior as the built in vimdiff keymaps. | |||
2023-08-10 | Update init.lua | Smig | |
added a URL to the lua-guide may help others who miss the :help lua-guide | |||
2023-08-06 | fix: missing comma | daan | |
2023-08-05 | fix: fix brackets | Peter Benjamin | |
2023-08-05 | fix(init): turn telescope-fzf-native into a dependecy | Peter Benjamin | |
2023-07-31 | Fix typo in init.lua | Ikko Eltociear Ashimine | |
releated -> related | |||
2023-07-25 | Fix bug when server not explicitely defined in configuration but installed | Merel Jossart | |
2023-07-24 | setup more language servers i use + allow customizing filetypes | Numkil | |
2023-07-17 | Remove timeout | Andrew Stewart | |
2023-07-01 | Make init.lua copy-paste friendly | Dheepak Krishnamurthy | |
2023-06-18 | Fix typo in ignorecase comment | ilian | |
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`. | |||
2023-06-14 | Add legacy tag to fidget to avoid deprecation warning | Gavin | |
2023-06-07 | Merge pull request #337 from nvim-lua/enable_python_indent | Chris Patti | |
2023-06-07 | Fixes #336 - Enabale treesitter indent for Python | Chris Patti | |
Tested in my local configuratoin. Indenting works great. | |||
2023-06-04 | Revert "Refactor theme and status line into their own file" | Chris Patti | |
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9. | |||
2023-06-03 | Refactor theme and status line into their own file | Chris Patti | |
2023-05-25 | FIX: Conflict with vimdiff keybinding | Luiz Antonio Calliari Filho | |
2023-05-22 | Merge pull request #319 from mech-a/readme | Chris Patti | |
Remove "after/" reference in README and other clean-up items | |||
2023-05-22 | refact: remove after/ reference in readme, other clean-up items | Gaurav Bhatnagar | |
2023-05-21 | refact: add cmp comments, other | Gaurav Bhatnagar | |
2023-05-16 | refact: stylua | Gaurav Bhatnagar | |
2023-05-16 | Merge pull request #296 from SamPosh/patch-3 | Chris Patti | |
2023-05-15 | Merge pull request #203 from luizcalliari/master | Chris Patti | |
Features to move to diffs and show the preview values. | |||
2023-05-15 | Merge pull request #302 from mech-a/mech-a-patch-1 | Chris Patti | |
change luasnip tab jumping to locally jumpable | |||
2023-05-08 | Udated tree sitter to use latest release branch | dec | |
2023-05-07 | add local jumping to shift tab | Gaurav Bhatnagar | |
2023-05-07 | change luasnip tab jumping to locally jumpable | Gaurav Bhatnagar | |
2023-05-02 | Added friendly snippet support | SamPosh | |
2023-04-27 | Add <C-n>, <C-p> mappings to nvim-cmp setup | Victor Wallsten | |
2023-04-24 | setup a standard binding for searching git files using telescope | liepieshov | |
2023-04-13 | fix: move the Mason setup time forward from before (#210) | KudoLayton | |
This commit fix the Mason [#1045](https://github.com/williamboman/mason.nvim/issues/1045) issue. Quickly set up Mason to avoid DAP-related startup error messages. | |||
2023-04-12 | fix: use :TSInstall on build with nvim-treesitter (#261) | Sebastian Lyng Johansen | |
2023-04-10 | Merge branch 'nvim-lua:master' into master | Luiz Antonio Calliari Filho | |
2023-04-07 | help treesitter module has been renamed to vimdoc in master (#248) | Chris Patti | |
2023-03-12 | FIX: Updating command description. | Luiz Antonio Calliari Filho | |
2023-03-07 | Merge branch 'nvim-lua:master' into master | Luiz Antonio Calliari Filho | |
2023-03-06 | Feat: Simplifying code | Luiz Antonio Calliari Filho | |
2023-02-27 | added descriptions to Diagnostic keymaps (#191) | Philipp Szechenyi | |
* Update init.lua * Update init.lua | |||
2023-02-26 | Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the ↵ | Luiz Antonio Calliari Filho | |
preview diff value. | |||
2023-02-17 | feat: Add clipboard sync by default (#166) | Tudor | |
2023-02-17 | feat: move to lazy.nvim package manager and add first plugins (#178) | TJ DeVries | |
Closes #175 Closes #177 Closes #173 Closes #169 Closes #161 Closes #144 Closes #138 Fixes #136 Closes #137 Closes #131 Closes #117 Closes #130 Closes #115 Closes #86 Closes #105 Closes #70 Fixes #176 Fixes #174 Fixes #160 Fixes #158 | |||
2023-01-01 | added vim to tree-sitter's ensured installed list (#110) | willsmanic | |
please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092 | |||
2022-12-28 | Prevent multiple language servers from being spawned after every file save ↵ | amalgame21 | |
of init.lua (#96) * Prevent multiple language servers from being spawned Prevent multiple language servers from being spawned after every save of init.lua, which eventually leads to high RAM usage and system freeze. * Supress error messages add `silent!` in case of error message when nvim-lspconfig is not installed | |||
2022-12-20 | move server config to easy to extend style (#71) | TJ DeVries | |
Move servers to new configuration style. I will probably cover this in a new shorter video, or maybe in combination with something else. This should hopefully remove getting so many people making issues about LSPs that they don't want to. I can update documentation if what is happening is not clear. | |||
2022-12-20 | remove python indent: closes #78 | TJ DeVries | |
2022-12-19 | fix: don't check third party for Lua LSP (#57) | Nicolas Gryman | |
* fix: don't check third party for Lua LSP Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com> Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com> | |||
2022-12-19 | Fix error on Windows when space in install path (#64) | Debashis Biswas | |