mrjosh / helm-ls

⎈ Language server for Helm ⎈
MIT License
238 stars 15 forks source link

docs(nvim): add vim-plug example #117

Open qvalentin opened 1 day ago

qvalentin commented 1 day ago

Warning: This will show errors in it current state.

eshepelyuk commented 1 day ago

I suggest vim-helm should be deprecated/discouraged for NeoVim users in this PR. Since it's bringing issues when using without lazy.nvim.

qvalentin commented 5 hours ago

@eshepelyuk what is your pov about syntax highlighting? Should helm-ls.nvim also provide basic syntax highlighting without tree-sitter? This is currently the only thing that vim-helm has, but helm-ls.nvim has not.

eshepelyuk commented 4 hours ago

@eshepelyuk what is your pov about syntax highlighting? Should helm-ls.nvim also provide basic syntax highlighting without tree-sitter? This is currently the only thing that vim-helm has, but helm-ls.nvim has not.

IMO existing treesitter syntax support is great and shouldn't be duplicated by this plugin.