summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-18reformat to reduce merge conflicts and add fidgetTJ DeVries
2022-11-18fix: syntax highlights tree-sitterzirbest
- `navarasu/onedark.nvim` support both API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax
2022-11-18lsp.update_ is deprecatedNikolas Bertrand
2022-11-18Update README.mdC.D. MacEachern
Use links to tagged releases rather than hardcoding 0.x and having to change it every few months. Fix markdownlint errors and some spelling, like using the official 'Neovim', not 'neovim'.
2022-09-26fix nvim-treesitter-textobjects install warningSebastian Olsen
2022-09-14Replace nvim-lsp-installer with mason.nvimSebastian Olsen
2022-09-14Added cpp to treesitter and ordered TS importsAsh
2022-09-13Move Telescope from master to 0.1.x branchVzaa
Follow Telescope's README suggestion and use 0.1.x branch instead of master
2022-09-13Don't pass args to vim.lsp.buf.format/formattingVzaa
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-12Remove reference to wiki that doesn't existHeath Nail
Closes #3
2022-07-11Disable telemetry for sumneko lua lspskovati
2022-07-11Fix typo in help referenceStephen Lewis
2022-07-11Removes extra space between "- Annotation" -> "-Annotation"Peter Piekarczyk
2022-07-11Fixed spelling error and missing markerAsh
2022-06-25licenseTJ DeVries
2022-06-23init: kickstart.nvimTJ DeVries