added toml formatter and lsp

This commit is contained in:
Oliver Hartmann 2025-04-17 23:39:18 +02:00
parent 46272b5e46
commit 9914c9bd88
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ return {
cmake = { 'gersemi' },
markdown = { 'prettier' },
json = { 'fixjson' },
toml = { 'taplo' },
},
},
keys = {

View File

@ -103,6 +103,7 @@ return {
},
neocmake = {},
markdown_oxide = {},
taplo = {},
}
require('mason').setup()