Altering the neovim config for LSP plugin load order and adding the

prettier LSP for reference (even though mason-lspconfig doesn't load it)

Chaning the zshrc template for better handling of include files, adding
support for easily extending include files, changing the loaded plugins
to better support currently work flows and minor cleanup of the plugin
download.
This commit is contained in:
2025-02-07 13:12:53 -06:00
parent 87978e824b
commit 7ad4fe2350
4 changed files with 39 additions and 30 deletions

View File

@@ -50,6 +50,7 @@ return {
-- 'jdtls', -- java
'lua_ls',
'marksman', -- markdown
-- 'prettier',
'pylsp',
'rust_analyzer',
-- 'snyk',