NoahTheDuke / vim-just

Vim Just Syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Just Syntax

Vim syntax files for justfiles.

Works with Vim/GVim >= 8, Neovim >= 0.4.

Installation

cd ~/.vim/pack/YOUR-NAMESPACE-HERE/start/
git clone https://github.com/NoahTheDuke/vim-just.git

With a plugin manager

Plug 'NoahTheDuke/vim-just'
{
  "NoahTheDuke/vim-just",
  ft = { "just" },
}

Third-party packages

For questions or issues when using these packages, contact the package's maintainer.

Packaging status


Updating git clone based installations

Run the same cd command as in the relevant installation instructions, then:

cd vim-just
git pull --tags --verbose

Old git clone based installations

In late March 2023, development was moved from master branch to main branch, and master is no longer maintained. Updating installations that used a git clone prior to these changes requires some additional one-time steps, run after the normal update procedure:

git checkout main
git branch -d master || git branch --unset-upstream master
git remote set-head origin -a
git remote prune origin

Now future updates can again be obtained normally.


Contributing & Development

See CONTRIBUTING.md.

About

Vim Just Syntax

License:MIT License


Languages

Language:HTML 68.8%Language:Vim Script 18.5%Language:Rust 8.6%Language:Just 4.2%