https://github.com/quark-programming/quark
Install using vim-plug and clangd
Plug 'angluca/quark.vim'
Plug 'yegappan/lsp'
au filetype quark call LspAddServer([#{
\ name: 'quark',
\ filetype: ['quark'],
\ path: 'clangd',
\ args: ['--background-index']
\ }])Save PATH to .zshrc
export QUARK_ROOT=~/Quarks/quark
export PATH=$PATH:$QUARK_ROOTYou can use `:make`` easy compile qk