Add Eathly syntax plugin for neovim

This commit is contained in:
Tony Blyler 2022-06-05 11:10:23 -04:00
parent 2d61e28ca9
commit 71f838e734
Signed by: tblyler
GPG key ID: 7F13D9A60C0D678E

View file

@ -40,6 +40,8 @@ require "paq" {
"rhysd/vim-grammarous"; -- grammar checking
"earthly/earthly.vim"; -- Earthfile support
-- LSP Server
"neovim/nvim-lspconfig";
"williamboman/nvim-lsp-installer";