aiken-lang / editor-integration-nvim

A plugin for working with Aiken on Vim / NeoVim.
Mozilla Public License 2.0
12 stars 4 forks source link

use Lazy Vim #3

Closed madchickenisreal closed 8 months ago

madchickenisreal commented 1 year ago

how to use the plugin with Lazy vim?

waalge commented 11 months ago

Its the same for any Plug to Lazy.nvim plugin.

If you're using the starter pack, then add it here https://github.com/LazyVim/starter/blob/92b2689e6f11004e65376e84912e61b9e6c58827/lua/plugins/example.lua#L3 Just like example on line 13

rvcas commented 11 months ago

I recommend just using the nvm-lspconfig stuff that got merged recently

waalge commented 11 months ago

Can you make that more explicit. Docs still point at this repo https://aiken-lang.org/installation-instructions#editor-integrations

Edit: Are you saying that this repo has been superseded and should be deprecated, or is it complementary?

rvcas commented 11 months ago

@waalge it's still useful, but once tree-sitter is done nvim can also highlight using that. More recently, you don't necessarily need a dedicated plugin for languages in nvim. Just tree-sitter and lspconfig is enough.

KtorZ commented 8 months ago

See https://github.com/aiken-lang/editor-integration-nvim#lazynvim