fix: Large cleanup of formatting in plugins, re-enabling of gdb in DAP,

removing large portions of the render-markdown plugin settings as they
are just the defaults
This commit is contained in:
2026-03-31 12:57:03 -05:00
parent 0fd6336d5a
commit 257dabd9bd
10 changed files with 45 additions and 149 deletions

View File

@@ -7,20 +7,18 @@ return {
automatic_enable = true,
ensure_installed = {
-- Currently having issues with including some of the LSPs, even though they match the names in Mason
'ansiblels', -- Ansible
'ansiblels', -- Ansible
'arduino_language_server', -- Arduino specific C
'bashls', -- Bash
-- 'cfn-lint', -- Cloudformation for AWS
'clangd', -- C/C++
-- 'gdtoolkit', -- Godot script
-- 'hadolint', -- Dockerfile linting
'intelephense', -- PHP
'lua_ls', -- Lua
'marksman', -- markdown
'pylsp', -- Python
'rust_analyzer', -- Rust
'ts_ls', -- Typscript
'yamlls', -- YAML
'bashls', -- Bash
'cfn-lint', -- Cloudformation for AWS
'clangd', -- C/C++
'intelephense', -- PHP
'lua_ls', -- Lua
'marksman', -- markdown
'pylsp', -- Python
'rust_analyzer', -- Rust
'ts_ls', -- Typscript
'yamlls', -- YAML
}
}
end,