Merge branch 'master' of https://git.cscherr.de/PlexSheep/neovim-confs
This commit is contained in:
commit
e91d499703
4 changed files with 10 additions and 11 deletions
|
@ -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,
|
|
||||||
})
|
|
||||||
|
|
|
@ -154,6 +154,7 @@ local servers = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
html = {},
|
html = {},
|
||||||
|
taplo = {},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
clangd = {},
|
clangd = {},
|
||||||
|
|
|
@ -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' },
|
||||||
|
|
|
@ -539,3 +539,11 @@ Grischtoffshofians
|
||||||
GAX
|
GAX
|
||||||
MSCI
|
MSCI
|
||||||
ACWI
|
ACWI
|
||||||
|
STMicroelectronics
|
||||||
|
Nucleo
|
||||||
|
STM32
|
||||||
|
ohneweiteres/!
|
||||||
|
STM32CubeIDE
|
||||||
|
vor
|
||||||
|
Möglich/!
|
||||||
|
Systemprogrammiesprachen
|
||||||
|
|
Loading…
Add table
Reference in a new issue