Skip to content

Angluca/quark.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim plugin for quark language

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_ROOT

You can use `:make`` easy compile qk

About

Vim plugin for Quark language

Topics

Resources

Stars

Watchers

Forks

Contributors