vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Suggestion: global config store directory change

Open tsuyoshicho opened this issue 4 years ago • 0 comments

suggestion

This change are breaking.

g:lsp_settings_global_settings_dir
      $HOME/.local/share/vim-lsp-settings (Non-Windows)
        -> ../.local/etc/... ?
      $XDG_DATA_HOME/vim-lsp-settings ($XDG_DATA_HOME defined Non-Windows)
        -> $XDG_CONFIG_HOME/

Windows %LOCALAPPDATA% use for setting and data normaly. But non-windows .local/share same above? It can be said that $XDG_DATA_HOME is different, XDG Spec. config file store to $XDG_CONFIG_HOME

tsuyoshicho avatar Oct 29 '20 14:10 tsuyoshicho