1
0
Fork
You've already forked nvim-config
0
My personal Neovim config, based on kickstart.nvim
  • Lua 100%
Find a file
2026年06月14日 20:13:46 +02:00
doc
lua Split custom config changes into multiple files 2026年06月10日 22:54:35 +02:00
.gitignore Remove Github files 2026年06月14日 20:13:46 +02:00
.stylua.toml fix: trimming down config and updating stylua 2026年01月27日 12:00:59 -05:00
init.lua Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim 2026年06月10日 13:08:38 +02:00
LICENSE.md
README.md Update the explanations and docs 2026年05月05日 01:22:42 +03:00
README_UPSTREAM.md

My Neovim Config

This Neovim config is forked from kickstart.nvim to better suit my own needs. Maybe it will stay mostly similar, maybe it will completely change over time. I can't tell what will happen but maybe you will find my config useful for yourself. If you want a less opinionated starting point for your own config I recommend directly using the upstream repo instead or read the upstream README.

Keeping up with upstream

From time to time I will pull in the changes from upstream master. While I used rebasing in the past I only use merging now. The reason is that I have made changes to both init.lua and README.md. This results in many merge conflicts when trying to update the config. By using merge commits I can reduce the number of conflicts to clean up from possibly every commit I have created to exactly one per merge. So if you are wondering what the merge branch ... commits actually contain, there is your answer.

I may create better commit messages for these merge commits specifically in the future but for now this strategy suffices for me.