Age | Commit message (Collapse) | Author |
|
|
|
|
|
Configuring the built-in language server protocol (LSP) client is very
complex. The nvim-lspconfig which is from the same GitHub user as Neovim
itself provides configurations for a lot of LSP servers.
Adding it as submodule to this repository makes sense because it is an
essential part of the editor configuration.
|
|
|
|
This is far more intuitive than F7 and F8.
|
|
Spending time learning Lua has more advantages than learning Vimscript
since Lua is used in many applications while Vimscript is just for
editor configuration.
|
|
|
|
|
|
|
|
This make ~/.config a simple Git repository instead of the handling with
worktrees and bare repositories which is too complex.
|