Skip to content

ethanuppal/bril.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bril.nvim

This plugin is a simple wrapper around sampsyo/bril/bril-vim. There's nothing fancy here.

📦 Install

Note

This section assumes a Unix-like operating system.

First, install the Bril LSP:

cargo install --locked --git https://gitlab.com/ethanuppal/cs6120 bril-lsp

Be sure to update the LSP regularly as I make changes.

Then, install the plugin with lazy.nvim:

{ "ethanuppal/bril.nvim" }

You can supply configuration with the optional opts field, as in

{
    "ethanuppal/bril.nvim",
    opts = {
        lsp_command = "custom/path/to/bril/langauge/server",
    }
}

Please do not add lazy = true; the plugin is already lazy.

About

Bril for Neovim | LSP + simple wrapper around sampsyo/bril/bril-vim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages