Skip to content

jvalue/jayvee.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This plugin allows neovim to recognize jayvee files and configures the jayvee-language-server. It does NOT install the language server itself.

Installation

  {
    'jvalue/jayvee.nvim',
    dependencies = {
      'neovim/nvim-lspconfig',
    },
    main = 'jayvee',
    init = function(_)
      vim.filetype.add { extension = { jv = 'jayvee' } }
    end,
    ft = 'jayvee',
    opts = {
        -- standard nvim-lspconfig options
    },
  },

About

Neovim plugin adding support for the jayvee language server

Topics

Resources

License

Stars

Watchers

Forks

Languages