tamago324 / nlsp-settings.nvim

A plugin for setting Neovim LSP with JSON or YAML files
MIT License
316 stars 18 forks source link

feat: single command #27

Closed lopi-py closed 2 years ago

lopi-py commented 2 years ago

Hello.

Features

Questions

¿Why I changed NlspConfig -> LspSettings?

More consistency and "normal" completion matching with other ^Lsp commands, also I changed Config to Settings to avoid confusions with nvim-lspconfig. image yeah, this is a breaking change, but if you like I can put the old commands as deprecated.

¿Why having a single command instead of multiple commands?

Some plugins are implementing this(neo-tree, gitsigns) and looks more cleaner.


feedback is appreciated and open to suggestions! 👍

lopi-py commented 2 years ago

More later the plugin might be changed to just lsp-settings.nvim and lua modules as well(this include a update in your post on reddit and a pull request to rocker-boo's neovim awesome list). It's understandable if you don't like it

tamago324 commented 2 years ago

Thank you for contributing!

We are not thinking about changing the name at this time, so we will think about it again when the time comes.