adalessa / laravel.nvim

Plugin for Nvim to work with laravel projects.
MIT License
280 stars 15 forks source link

''null-ls" is missing in dependency in the dependency list in the installation guide #70

Closed t0mri closed 9 months ago

t0mri commented 9 months ago

TLDR; null-ls is required by this plugin, so add it in the dependency list.

...
dependencies = {
    "nvim-telescope/telescope.nvim",
    "tpope/vim-dotenv",
    "MunifTanjim/nui.nvim",
    "jose-elias-alvarez/null-ls.nvim"
  },
...

Details: null-ls is required by this plugin (laravel.nvim) as stated in here (laravel.nvim/lua/laravel/null_ls/completion/init.lua:18). It shouts if null-ls isn't installed (refer the image below).

image

adalessa commented 9 months ago

Thanks for reporting this. I will update, and fix since should be optional.