nvim: add Typst stuff
This commit is contained in:
parent
6c0f0cb93f
commit
b8b0048e00
@ -63,6 +63,7 @@ function Compile()
|
||||
if exists(":Source")
|
||||
Source
|
||||
endif
|
||||
w
|
||||
execute "make ~/.cache/termdebug/" .. expand("%:r") .. " -f ~/.config/nvim/makefile"
|
||||
endfunction
|
||||
nnoremap <silent> <leader>dc :call Compile()<cr>
|
||||
@ -190,6 +191,8 @@ Plug 'axieax/urlview.nvim'
|
||||
|
||||
Plug 'ggandor/leap.nvim'
|
||||
|
||||
Plug 'kaarmu/typst.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
if $SYSTEM_PROFILE == "DEFAULT"
|
||||
|
@ -64,7 +64,7 @@ local servers = {
|
||||
}
|
||||
}
|
||||
},
|
||||
clangd = {}
|
||||
clangd = {},
|
||||
}
|
||||
|
||||
local nvim_lsp = require('lspconfig')
|
||||
|
Loading…
Reference in New Issue
Block a user