chore: proper keymap documentation and more cleanup

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-01 23:48:42 +01:00
parent 6f9ecd5c96
commit d46086ec26
16 changed files with 348 additions and 109 deletions

View file

@ -18,14 +18,14 @@ require("mason-lspconfig").setup({
"cssls", -- css
"html", -- html
"clangd", -- cpp / c
"tsserver", -- python
"tsserver", -- javascript / typescript
"sumneko_lua", -- lua
"pyright", -- python
"rust_analyzer", -- rust
"cmake", -- cmake
"bashls", -- shell
"ansiblels", -- ansible
"marksman",
"marksman", -- markdown
},
automatic_installation = true,
})