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
|
||||
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,
|
||||
},
|
||||
html = {},
|
||||
taplo = {},
|
||||
cssls = {},
|
||||
ts_ls = {},
|
||||
clangd = {},
|
||||
|
|
|
@ -38,6 +38,7 @@ return {
|
|||
['_'] = { 'prettier' },
|
||||
rust = { 'rust-analyzer' },
|
||||
lua = { 'stylua' },
|
||||
typst = { 'typstyle' },
|
||||
json = { 'jq' },
|
||||
-- rust = { 'rustfmt' }, -- does not need one with the lsp there
|
||||
c = { 'clang-format' },
|
||||
|
|
|
@ -539,3 +539,11 @@ Grischtoffshofians
|
|||
GAX
|
||||
MSCI
|
||||
ACWI
|
||||
STMicroelectronics
|
||||
Nucleo
|
||||
STM32
|
||||
ohneweiteres/!
|
||||
STM32CubeIDE
|
||||
vor
|
||||
Möglich/!
|
||||
Systemprogrammiesprachen
|
||||
|
|
Loading…
Add table
Reference in a new issue