Releases: dkoch84/polyester
Releases · dkoch84/polyester
VS Code Extension v0.2.1
Polyester VS Code Extension v0.2.1
Installation
- Download the
.vsixfile below - In VS Code, open Command Palette (Ctrl+Shift+P)
- Run "Extensions: Install from VSIX..."
- Select the downloaded file
Or install from command line:
code --install-extension polyester-vscode-0.2.1.vsixVS Code Extension v0.1.1
Polyester VS Code Extension v0.1.1
Installation
- Download the
.vsixfile below - In VS Code, open Command Palette (Ctrl+Shift+P)
- Run "Extensions: Install from VSIX..."
- Select the downloaded file
Or install from command line:
code --install-extension polyester-vscode-0.1.1.vsixNeovim Plugin v0.1.1
Polyester Neovim Plugin v0.1.1
Installation
Using lazy.nvim:
{
"yourusername/polyester",
config = function()
require("polyester").setup()
end,
}Using packer.nvim:
use {
"yourusername/polyester",
config = function()
require("polyester").setup()
end,
}Manual installation:
- Download the archive below
- Extract to
~/.config/nvim/pack/plugins/start/polyester/
Features
- Syntax highlighting for
.polyfiles :PolyBuildand:PolyBuildPdfcommands- Auto-build on save (optional)