dotfiles-public
dotfiles-public copied to clipboard
packer bootstrap, autoinstall servers
Changes
- packer will be installed automatically
- mason will install servers automatically (everytime you add new server config in lspconfig.lua)
- plugins config moved to ftdetect: mason.lua need to load before lspconfig.lua
Reason
These changes will help new users.
@maxmx03 hey were you able to enable format on save on all file extension types for each language type?
@maxmx03 hey were you able to enable format on save on all file extension types for each language type?
yes, the plugin Takuya use to format javascript files didnt work for me, i had to config null-ls to start working.
@maxmx03 Do you have them in a public repository? Mine are public but similar to Takuya's and they don't work for me either ; ( Can you give me a hand?
Thanks for the PR, will look into it
Why are other plugins like colorizer moved to ftdetect?
just moving mason.rc.lua
to plugin/0_mason.rc.lua
solves the issue, no?
Why are other plugins like colorizer moved to ftdetect? just moving
mason.rc.lua
toplugin/0_mason.rc.lua
solves the issue, no?
yes you can do that or you can move only mason.rc.lua to ftdetect folder, i moved everything just to keep your files organized.
mason 'auto_installation' not working for me.. It's not installing server configured in lspconfig.lua
nvm... I tried this and it worked just fine :)
just moving mason.rc.lua to plugin/0_mason.rc.lua solves the issue, no?