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