RustemB / sixtyfps-vim

The .60 Markup Language syntax highlighter for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The .60 Markup Language syntax highlight for Vim

This is basic implementation of The .60 Markup Language syntax highlight for Vim.

screenshot

Install

Use your favorite package manager, or install it manually.

vim-plug

Plug 'RustemB/sixtyfps-vim'

packer.nvim

use 'RustemB/sixtyfps-vim'

LSP

You can also setup LSP using your favorite LSP client for vim or neovim

Install LSP using cargo

cargo install sixtyfps-lsp

Install LSP for ArchLinux from AUR (e.g. using paru)

paru -S sixtyfps-lsp

Setup LSP

NeoVim (>=0.5) using built-in lsp

  1. install neovim/nvim-lspconfig using your fav package manager
  2. add to your lua config
require'lspconfig'.sixtyfps.setup{}

or to your viml config

lua << EOF
require'lspconfig'.sixtyfps.setup{}
EOF
TODO: Add instruction to install lsp w/o compiling

Formatting code (WIP: not yet functional)

Links

About

The .60 Markup Language syntax highlighter for Vim

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%