LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.4k stars 1.17k forks source link

fix(treesitter) #264

Closed gnmearacaun closed 1 year ago

gnmearacaun commented 1 year ago

reducing the amount of languages treesitter pulls in, there was a specific error with treesitter-php fixes issue #226

adding wl-clipboard for wayland users as suggested by #261

fixing some options up