add snakemake to lvim plugins
This commit is contained in:
parent
788e2938fd
commit
8fa197e7bd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
-- extra plugins
|
||||
lvim.plugins = {
|
||||
{ 'Mofiqul/dracula.nvim' },
|
||||
{ 'ggandor/lightspeed.nvim' }
|
||||
{ 'ggandor/lightspeed.nvim' },
|
||||
{ 'snakemake/snakemake',
|
||||
rtp='misc/vim',
|
||||
ft={"Snakefile,snk"}
|
||||
}
|
||||
}
|
||||
|
||||
-- default plugins settings
|
||||
|
|
Loading…
Reference in a new issue