cpow / cpow-dotfiles

275 stars 67 forks source link

The plugin setup order in the repository is incorrect. #1

Open ctarx opened 1 year ago

ctarx commented 1 year ago

According to the documentation, it is crucial to set up the plugins in a specific order, starting with:

https://github.com/williamboman/mason-lspconfig.nvim#setup

Currently, attempting to install the plugins using the order specified in the repository file results in errors due to the incorrect order of the plugins.

Thank you for sharing this repository. The minimalist configuration it provides meets my requirements perfectly.

SuleymanQ commented 1 year ago

you can install with command:

:MasonInstall codelldb rust_analyzer 
ctarx commented 1 year ago

you can install with command:

:MasonInstall codelldb rust_analyzer 

Sorry but I'm talking about order in plugin_config/init.lua, I know how to install with Mason, it wasn't my point.