kickstart-modular.nvim Discussions on this topic can be found here: Restructure the configuration Reorganize init.lua into a multi-file setup Install Recipes Below you can find OS specific install instructions for Neovim and dependencies. After installing all the dependencies continue with the Inst...
Clone kickstart.nvim NOTEIf following the recommended step above (i.e., forking the repo), replacedam9000with<your_github_username>in the commands below Linux and Mac git clone https://github.com/dam9000/kickstart-modular.nvim.git"${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ...
kickstart-modular.nvim Discussions on this topic can be found here: Restructure the configuration Reorganize init.lua into a multi-file setup Install Recipes Below you can find OS specific install instructions for Neovim and dependencies. After installing all the dependencies continue with the Inst...
Remove redundant require (nvim-lua#959) 82018c6 melito00 pushed a commit to melito00/kickstart.nvim that referenced this pull request Aug 10, 2024 Remove redundant require (nvim-lua#959) abed6a2 mrcxmrj pushed a commit to mrcxmrj/kickstart-modular.nvim that referenced this pull req...
Merge pull requestnvim-lua#3from bassamsdata/main 84eb437 johnpekcanpushed a commit to johnpekcan/kickstart.nvim that referenced this issueDec 24, 2023 Minor changes to README to reflect the modular repo (nvim-lua#3) f6f5537 ChuufMasterpushed a commit to ChuufMaster/nvim that reference...
Kickstart.nvim is a starting point for your own configuration. The goal is that you can read every line of code, top-to-bottom, understand what your configuration is doing, and modify it to suit your needs. Once you've done that, you can start exploring, configuring and tinkering to ma...
(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 ...
BiboursMogzadded a commit to BiboursMogz/kickstart-modular.nvim that referenced this pull requestDec 1, 2024 Upstream update (#3)… f2449c9 * which-key v3 update () * which-key v3 update * remove unneeded brackets from which-key registration * fix(lazy): added error handling for boot...
Describe the bug Right now, for every new PR we get, we see: Pretty sure this wasn't what you were going for with your Stylua github action. To Reproduce Submit a PR. Plan / Design Please either: Revert your Stylua commit, or Get one of ...
kickstart-modular.nvim Discussions on this topic can be found here: Restructure the configuration Reorganize init.lua into a multi-file setup Install Recipes Below you can find OS specific install instructions for Neovim and dependencies. After installing all the dependencies continue with theInstall ...