emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

Use a default configuration if there are no config files #53

Closed factyy closed 2 years ago

factyy commented 2 years ago

Old implementation doesn't handle a non-existing config file case too well: we end up with a nil config. Now we are checking whether there is a custom configuration and if there is none we just copy the default one