So recently Neovim 0.5 version was released with in built LSP(Language Server Protocol) and Lua language support. So I modifed my init.vim with ‘coc-nvim’ to init.lua and the in built LSP.I want to save both the config files in GitHub.I googled and found that people have dot files repository where they store all the configuration files.So I decided to follow the same approach.I used the git orphan branches to store different configuration files.So they are independent of each other and can be tracked separately.
Check out my blog post for details -https://jithusjacob.github.io/post/do...