nvim: add Typst stuff

This commit is contained in:
dogeystamp 2023-04-18 20:07:49 -04:00
parent 6c0f0cb93f
commit b8b0048e00
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -64,7 +64,7 @@ local servers = {
}
}
},
clangd = {}
clangd = {},
}
local nvim_lsp = require('lspconfig')