added toml formatter and lsp
This commit is contained in:
parent
46272b5e46
commit
9914c9bd88
@ -13,6 +13,7 @@ return {
|
|||||||
cmake = { 'gersemi' },
|
cmake = { 'gersemi' },
|
||||||
markdown = { 'prettier' },
|
markdown = { 'prettier' },
|
||||||
json = { 'fixjson' },
|
json = { 'fixjson' },
|
||||||
|
toml = { 'taplo' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -103,6 +103,7 @@ return {
|
|||||||
},
|
},
|
||||||
neocmake = {},
|
neocmake = {},
|
||||||
markdown_oxide = {},
|
markdown_oxide = {},
|
||||||
|
taplo = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
require('mason').setup()
|
require('mason').setup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user