summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-22Adding cmake documentation to README.md (#85)kazenix
2022-12-20move server config to easy to extend style (#71)TJ DeVries
Move servers to new configuration style. I will probably cover this in a new shorter video, or maybe in combination with something else. This should hopefully remove getting so many people making issues about LSPs that they don't want to. I can update documentation if what is happening is not clear.
2022-12-20remove python indent: closes #78TJ DeVries
2022-12-20Update intstructions for existing nvim setups (#65)Matthias Debernardini
* Update intstructions for existing nvim setups If you already had a nvim setup, then this makes it so that the kickstarter can work without a problem. Having that file exist and loaded with plugins gives the script many issues. Also better to have it be a shell command rather than have the script delete a bunch of files on your computer.
2022-12-19Update issue templates (#72)TJ DeVries
2022-12-19fix: 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-19Fix error on Windows when space in install path (#64)Debashis Biswas
2022-12-19note: tell people to remove languages they arent going to useTJ DeVries
2022-12-17Closes #46TJ DeVries
2022-12-13small changes to default mappings (#41)TJ DeVries
2022-12-06fixup: add gitignore and styleTJ DeVries
2022-12-06enh(treesitter): add help into ensure_installed (#39)Maximiliano Greco
closes https://github.com/nvim-lua/kickstart.nvim/issues/38
2022-11-25add more explicit note about latest versions of nvimTJ DeVries
2022-11-25Enable 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-25Update the amount of SLOC in README (#35)Fabio
Looks like the project has grown a tad bit :sweat
2022-11-21Add 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-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