This commit is contained in:
Christoph J. Scherr 2025-05-28 17:56:10 +02:00
commit e91d499703
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB
4 changed files with 10 additions and 11 deletions

View file

@ -90,14 +90,3 @@ vim.api.nvim_create_autocmd('ColorScheme', {
vim.cmd [[highlight Comment gui=NONE]] -- no italics for comments vim.cmd [[highlight Comment gui=NONE]] -- no italics for comments
end, end,
}) })
-- pin main.typ for typst projects
vim.api.nvim_create_autocmd('FileType', {
group = augroup,
pattern = {
'typst',
},
callback = function()
print "Don't forget to pin the main typst file for multifile support: <leader>tp"
end,
})

View file

@ -154,6 +154,7 @@ local servers = {
end, end,
}, },
html = {}, html = {},
taplo = {},
cssls = {}, cssls = {},
ts_ls = {}, ts_ls = {},
clangd = {}, clangd = {},

View file

@ -38,6 +38,7 @@ return {
['_'] = { 'prettier' }, ['_'] = { 'prettier' },
rust = { 'rust-analyzer' }, rust = { 'rust-analyzer' },
lua = { 'stylua' }, lua = { 'stylua' },
typst = { 'typstyle' },
json = { 'jq' }, json = { 'jq' },
-- rust = { 'rustfmt' }, -- does not need one with the lsp there -- rust = { 'rustfmt' }, -- does not need one with the lsp there
c = { 'clang-format' }, c = { 'clang-format' },

View file

@ -539,3 +539,11 @@ Grischtoffshofians
GAX GAX
MSCI MSCI
ACWI ACWI
STMicroelectronics
Nucleo
STM32
ohneweiteres/!
STM32CubeIDE
vor
Möglich/!
Systemprogrammiesprachen