summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | closes https://github.com/nvim-lua/kickstart.nvim/issues/38
* Enable parameter text objects (#36)Carlo Teubner2022-11-251-0/+2
| | | | This seems like a natural addition. In classic Vim, I used to use https://github.com/b4winckler/vim-angry for this.
* Add optional packer plugins hook (#20)Elijah Manor2022-11-211-0/+4
| | | | | | | | * Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin
* reformat to reduce merge conflicts and add fidgetTJ DeVries2022-11-181-25/+53
|
* fix: syntax highlights tree-sitter - `navarasu/onedark.nvim` support both ↵zirbest2022-11-181-1/+1
| | | | API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax
* 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
| | | | | Follow Telescope's README suggestion and use 0.1.x branch instead of master
* Don't pass args to vim.lsp.buf.format/formattingVzaa2022-09-131-1/+7
| | | | | Args passed by nvim_buf_create_user_command to the callback creates errors with rust-analyzer on nvim 0.7.x and vim.lsp.buf.formatting.
* 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