dotfiles/nvim/.config
Marty Oehme d2432e0039
nvim: Extend lsp configuration with multiple declarations
So far if LSP declarations in 'core/languages.lua' were duplicated (e.g.
the 'astro' filetype and the 'vue' filetype both declare the
'typescript' lsp), one would simply overwrite the other. That is fine as
long as there is no custom setup, but if there is one of them is lost.

This commit changes it so that the different configurations extend each
other. The 'latter' one still overwrites the former but this is just
what must happen if there should be conflicting setups. 

May increase loading time slightly.
2025-06-06 15:58:43 +02:00
..
nvim nvim: Extend lsp configuration with multiple declarations 2025-06-06 15:58:43 +02:00
sh zk: Move nvim wiki index opening to zk module 2025-02-07 13:11:52 +01:00