Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | refactor!: put all plugin options under `opts` | LostNeophyte | |
2023-01-25 | fix completion | LostNeophyte | |
2023-01-25 | small fixes | LostNeophyte | |
2023-01-25 | refactor: use callbacks for configuring builtins | LostNeophyte | |
2023-01-20 | perf: lazy load most plugins | LostNeophyte | |
2022-10-15 | chore(plugins): bump version (#3248) | kylo252 | |
* ci: update workflows * chore(plugins): bump version * chore: update depdecated settings for comment.nvim * chore(lsp): update skiplist * fixup!: take 2 for comment.nvim | |||
2022-08-29 | fix(ts_context_commentstring): block comment match new api (#2948) | zenVentzi | |
2022-07-03 | fix(core.comment): fix default extra mappings (#2768) | Ben Cooper | |
Comment default config was set with extra = false with a comment suggesting this was for `g>`, `g<`, etc. mappings. However the `extra` argument is for the `gco`, `gcO`, and `gcA` mappings which are enabled by default and, in my opinion are very useful. The extended mappings are still disabled by default. | |||
2021-10-11 | [Feature] use `Comment.nvim` instead of `nvim-comment` (#1736) | Abouzar Parvan | |
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |