Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-12-17 | Closes #46 | TJ DeVries | |
2022-12-13 | small changes to default mappings (#41) | TJ DeVries | |
2022-12-06 | fixup: add gitignore and style | TJ DeVries | |
2022-12-06 | enh(treesitter): add help into ensure_installed (#39) | Maximiliano Greco | |
closes https://github.com/nvim-lua/kickstart.nvim/issues/38 | |||
2022-11-25 | Enable parameter text objects (#36) | Carlo Teubner | |
This seems like a natural addition. In classic Vim, I used to use https://github.com/b4winckler/vim-angry for this. | |||
2022-11-21 | Add optional packer plugins hook (#20) | Elijah Manor | |
* Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin | |||
2022-11-18 | reformat to reduce merge conflicts and add fidget | TJ DeVries | |
2022-11-18 | fix: syntax highlights tree-sitter | zirbest | |
- `navarasu/onedark.nvim` support both API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax | |||
2022-11-18 | lsp.update_ is deprecated | Nikolas Bertrand | |
2022-09-26 | fix nvim-treesitter-textobjects install warning | Sebastian Olsen | |
2022-09-14 | Replace nvim-lsp-installer with mason.nvim | Sebastian Olsen | |
2022-09-14 | Added cpp to treesitter and ordered TS imports | Ash | |
2022-09-13 | Move Telescope from master to 0.1.x branch | Vzaa | |
Follow Telescope's README suggestion and use 0.1.x branch instead of master | |||
2022-09-13 | Don't pass args to vim.lsp.buf.format/formatting | Vzaa | |
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. | |||
2022-07-11 | Disable telemetry for sumneko lua lsp | skovati | |
2022-07-11 | Fix typo in help reference | Stephen Lewis | |
2022-07-11 | Removes extra space between "- Annotation" -> "-Annotation" | Peter Piekarczyk | |
2022-07-11 | Fixed spelling error and missing marker | Ash | |
2022-06-23 | init: kickstart.nvim | TJ DeVries | |