Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-20 | Merge 'upstream' example of the classic complete keymaps | Damjan 9000 | |
- Add a commented out example of the classic complete keymaps. - Minor improvements of debian install instructions. | |||
2024-04-20 | Minor improvements of debian install instructions. Fixes #859 (#869) | Damjan 9000 | |
2024-04-20 | Merge 'upstream' Update README.md Debian install instructions | Damjan 9000 | |
2024-04-20 | Update README.md (#860) | Evan Carroll | |
Attempted fix for #859, provide reasonable Debian install instructions -- comment on GitHub issue with refinement. | |||
2024-04-17 | Merge 'upstream' Move plugin examples from README to optional plugin files | Damjan 9000 | |
2024-04-17 | Move plugin examples from README to optional plugin files (#831) | Damjan 9000 | |
* Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin | |||
2024-04-16 | Merge 'upstream' README: Arch Install Steps | Damjan 9000 | |
2024-04-16 | Arch, btw (#852) | rdvm | |
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch | |||
2024-04-09 | Merge 'upstream' README: add git to ubuntu install | Damjan 9000 | |
2024-04-08 | Update README (#832) | Viet | |
2024-04-01 | Merge 'upstream' README: move backup and paths from external deps to install ↵ | Damjan 9000 | |
section | |||
2024-04-01 | README: move backup and paths from external deps to install section (#819) | Damjan 9000 | |
2024-03-28 | Merge 'upstream' Add luadoc in treesitter, instructions to quit lazy | Damjan 9000 | |
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` - Add instructions to quit :lazy | |||
2024-03-27 | Add instructions to quit :lazy. Fixes #761 | Chris Patti | |
2024-03-22 | Merge branch 'upstream' README: wrap long lines | Damjan 9000 | |
2024-03-21 | README: wrap long lines (#784) | Damjan 9000 | |
2024-03-20 | Merge 'upstream' Update README.md (reordering of recommended steps) | Damjan 9000 | |
2024-03-20 | Update README.md (#781) | E | |
The recommended step of forking the repo coming sequentially after the step instructing users to clone the current repo doesn't make sense. This commit orders the install instructions in a manner that's more logical. | |||
2024-03-17 | Merge 'upstream' README: additional install recipes for various OS | Damjan 9000 | |
2024-03-17 | README: additional install recipes for various OS (#767) | Damjan 9000 | |
2024-03-15 | Merge 'upstream' conform: disable autoformat on save for specified filetypes | Damjan 9000 | |
2024-03-15 | Update README.md (#763) | stgpepper | |
Added file text to code block for consistency since the other plugin had file also inside code block. | |||
2024-03-11 | Merge 'upstream' README.md: update neo-tree example - remove legacy setting | Damjan 9000 | |
2024-03-11 | README.md: update neo-tree example - remove legacy setting (#744) | Damjan 9000 | |
2024-03-08 | Merge 'upstream/master' Fix typos and whatnot | Damjan 9000 | |
2024-03-08 | Fix typos and whatnot (#731) | Nora Ayesha | |
2024-03-06 | Merge 'upstream/master' Make the Nerd Font an optional requirement | Damjan 9000 | |
2024-03-06 | Make the Nerd Font an optional requirement (#716) | Damjan 9000 | |
2024-03-04 | Merge 'upstream/master' cursor location, trailing spaces, new youtube video | Damjan 9000 | |
Change statusline location to LINE:COLUMN chore: remove trailing spaces from readme chore: link new installation youtube video | |||
2024-03-04 | chore: link new installation youtube video (#678) | Chiller Dragon | |
2024-03-04 | chore: remove trailing spaces from readme (#679) | Chiller Dragon | |
2024-03-03 | Merge 'upstream/master' VimEnter, win install, custom/plugins note | Damjan 9000 | |
fix: add note in readme for custom plugins README.md: updated windows install instructions (#674) feat: use VimEnter event instead of VeryLazy (#673) | |||
2024-03-03 | fix: add note in readme for custom plugins | TJ DeVries | |
2024-03-02 | README.md: updated windows install instructions (#674) | Damjan 9000 | |
2024-02-26 | README.md: minor update to the modular fork note | Damjan 9000 | |
2024-02-26 | Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvim | Damjan 9000 | |
2024-02-26 | rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) | TJ DeVries | |
We've removed over 1/3 of the code that was in kickstart previously, and more than doubled the amount of comments explaining every line of code (to the best of my ability). kickstart now properly uses many of the lazy.nvim config and loading idioms, which should be really helpful for people moving both to modular configs, as well as extending the kickstart config in one file. Additional features: - Beautiful ascii art - Added some documentation that explains what is an LSP, what is telescope, etc - There is now a `:checkhealth` for kickstart, which checks some basic information and adds useful information for maintainers (for people cloning the repo). - Improved LSP configuration and tool installation, for easier first time startup - Changed init.lua ordering, so that it moves from simple options to complicated config ``` ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Lua 1 108 404 298 ------------------------------------------------------------------------------- ``` | |||
2024-02-04 | Merge 'upstream/master' Add hints for new neovim users to learn how to learn. | Damjan 9000 | |
2024-02-03 | Fixes #607. Add hints for new neovim users to learn how to learn. (#615) | Chris Patti | |
2024-01-09 | Merge 'upstream/master' README.md: rename the duplicate "Introduction" to ↵ | Damjan 9000 | |
"Getting Started" | |||
2024-01-08 | README.md: rename the duplicate "Introduction" to "Getting Started" (#572) | Damjan 9000 | |
Changing this second "Introduction" heading to "Getting Started" The recent change in README which moved the youtube link from FAQ to it's own section used the heading "Introduction" which is already the first heading in the file. | |||
2024-01-03 | Merge 'upstream/master' Move video up on the README.md page | Damjan 9000 | |
2024-01-03 | Move video up on the README.md page (#563) | gitressa | |
To help new users get started, how about moving the video link ("Effective Neovim: Instant IDE ") right after "Post Installation"? This way new users, can install it, and right away proceed to learn how to use it. | |||
2023-12-31 | fix: incorrect reference to init.lua in README.md | Vinit Neogi | |
2023-12-22 | README.md: removed some trailing spaces | Damjan 9000 | |
2023-12-22 | Minor changes to README to reflect the modular repo (#3) | Peter S. Jaglom | |
* Update README to reflect modular organization - Change install links to this repo instead of nvim-lua/kickstart.nvim - Change “Recommended Steps” repo link to reflect kickstart-modular.nvim.git - Change FAQ re: multiple files to reflect that we are in the modular repo, not the single file repo. | |||
2023-12-01 | Merge 'upstream/master' (Use alias instead of a wrapper script) | Damjan 9000 | |
2023-11-30 | Use alias instead of a wrapper script (#524) | Sudo | |
It is much easier to stick an alias statement in `~/.{z,ba}shrc` than create a script, invoke another instance of interpreter and then run neovim | |||
2023-11-30 | Merge remote-tracking branch 'upstream/master' (updated README.md) | Damjan 9000 | |
2023-11-30 | README.md: update install section formatting (#523) | Damjan 9000 | |