tamago324 / nlsp-settings.nvim

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

Open configs with tab #30

Closed henry-hsieh closed 1 year ago

henry-hsieh commented 2 years ago

People usually update the configs with save and quit (:wq). This may accidentally close nvim and lose all buffers if they open configs in an unmodified file. If the config is opened in new tab, quit only applies to the tab instead of nvim.

tamago324 commented 1 year ago

sorry