summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in ignorecase commentilian2023-06-181-1/+1
* Add legacy tag to fidget to avoid deprecation warningGavin2023-06-141-1/+1
* Fixes #336 - Enabale treesitter indent for PythonChris Patti2023-06-071-1/+1
* Revert "Refactor theme and status line into their own file"Chris Patti2023-06-041-6/+23
* Refactor theme and status line into their own fileChris Patti2023-06-031-23/+6
* FIX: Conflict with vimdiff keybindingLuiz Antonio Calliari Filho2023-05-251-2/+2
* refact: remove after/ reference in readme, other clean-up itemsGaurav Bhatnagar2023-05-221-5/+3
* refact: add cmp comments, otherGaurav Bhatnagar2023-05-211-3/+14
* refact: styluaGaurav Bhatnagar2023-05-161-12/+12
* Udated tree sitter to use latest release branchdec2023-05-081-12/+18
* add local jumping to shift tabGaurav Bhatnagar2023-05-071-1/+1
* change luasnip tab jumping to locally jumpableGaurav Bhatnagar2023-05-071-1/+1
* Added friendly snippet supportSamPosh2023-05-021-2/+2
* Add <C-n>, <C-p> mappings to nvim-cmp setupVictor Wallsten2023-04-271-0/+2
* setup a standard binding for searching git files using telescopeliepieshov2023-04-241-0/+1
* fix: move the Mason setup time forward from before (#210)KudoLayton2023-04-131-4/+1
* fix: use :TSInstall on build with nvim-treesitter (#261)Sebastian Lyng Johansen2023-04-121-3/+1
* help treesitter module has been renamed to vimdoc in master (#248)Chris Patti2023-04-071-1/+1
* FIX: Updating command description.Luiz Antonio Calliari Filho2023-03-121-2/+2
* Feat: Simplifying codeLuiz Antonio Calliari Filho2023-03-061-11/+3
* added descriptions to Diagnostic keymaps (#191)Philipp Szechenyi2023-02-271-4/+4
* Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the p...Luiz Antonio Calliari Filho2023-02-261-0/+13
* feat: Add clipboard sync by default (#166)Tudor2023-02-171-0/+5
* feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries2023-02-171-121/+185
* added vim to tree-sitter's ensured installed list (#110)willsmanic2023-01-011-1/+1
* Prevent multiple language servers from being spawned after every file save of...amalgame212022-12-281-1/+1
* move server config to easy to extend style (#71)TJ DeVries2022-12-201-52/+44
* remove python indent: closes #78TJ DeVries2022-12-201-2/+2
* fix: don't check third party for Lua LSP (#57)Nicolas Gryman2022-12-191-1/+4
* Fix error on Windows when space in install path (#64)Debashis Biswas2022-12-191-1/+1
* Closes #46TJ DeVries2022-12-171-1/+1
* small changes to default mappings (#41)TJ DeVries2022-12-131-3/+3
* fixup: add gitignore and styleTJ DeVries2022-12-061-2/+4
* enh(treesitter): add help into ensure_installed (#39)Maximiliano Greco2022-12-061-1/+1
* Enable parameter text objects (#36)Carlo Teubner2022-11-251-0/+2
* Add optional packer plugins hook (#20)Elijah Manor2022-11-211-0/+4
* reformat to reduce merge conflicts and add fidgetTJ DeVries2022-11-181-25/+53
* fix: syntax highlights tree-sitter - `navarasu/onedark.nvim` support both API...zirbest2022-11-181-1/+1
* lsp.update_ is deprecatedNikolas Bertrand2022-11-181-1/+1
* fix nvim-treesitter-textobjects install warningSebastian Olsen2022-09-261-18/+18
* Replace nvim-lsp-installer with mason.nvimSebastian Olsen2022-09-141-2/+6
* Added cpp to treesitter and ordered TS importsAsh2022-09-141-1/+1
* Move Telescope from master to 0.1.x branchVzaa2022-09-131-16/+18
* Don't pass args to vim.lsp.buf.format/formattingVzaa2022-09-131-1/+7
* Disable telemetry for sumneko lua lspskovati2022-07-111-0/+2
* Fix typo in help referenceStephen Lewis2022-07-111-1/+1
* Removes extra space between "- Annotation" -> "-Annotation"Peter Piekarczyk2022-07-111-1/+1
* Fixed spelling error and missing markerAsh2022-07-111-2/+2
* init: kickstart.nvimTJ DeVries2022-06-231-0/+383