You've already forked dotfiles
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user