summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Expand)AuthorAgeFilesLines
...
* Move mason setup up furtherAnthony Fiddes2023-10-071-5/+5
* Fix Mason setup issue and run stylua.Anthony Fiddes2023-10-061-15/+28
* Defer Treesitter setup to improve startup time of nvim {filename}Ashraf Michail2023-09-301-55/+58
* fix: fix indent-blankline configLukas Reineke2023-09-281-6/+2
* fix(init.lua): indent blankline v3 setupEmmanuel Chucks2023-09-281-4/+6
* Add documentation for custom which-key groupstcld2023-09-241-0/+11
* Remove extra "r" Search Resume descriptionChristopher Gillis2023-09-231-1/+1
* Add telescope search resume key bindingDilshod Temirkhodjaev2023-09-041-0/+1
* treesitter: ensure 'javascript' installed along with typescript and tsxGeorge Angelopoulos2023-08-271-1/+1
* Revert gitsigns keymaps but fix vimdiff and fugitive conflictGeorge Angelopoulos2023-08-221-3/+14
* Update init.luaChris Patti2023-08-211-1/+1
* Use telescope for goto implementationE. Aakash2023-08-201-1/+1
* Update init.luaSmig2023-08-101-0/+2
* fix: missing commadaan2023-08-061-1/+1
* fix: fix bracketsPeter Benjamin2023-08-051-12/+12
* fix(init): turn telescope-fzf-native into a dependecyPeter Benjamin2023-08-051-12/+17
* Fix typo in init.luaIkko Eltociear Ashimine2023-07-311-1/+1
* Fix bug when server not explicitely defined in configuration but installedMerel Jossart2023-07-251-1/+1
* setup more language servers i use + allow customizing filetypesNumkil2023-07-241-1/+6
* Remove timeoutAndrew Stewart2023-07-171-1/+0
* Make init.lua copy-paste friendlyDheepak Krishnamurthy2023-07-011-2/+3
* 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