Skip to content

Commit

Permalink
Revised it to align the items to the right using spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 authored and mattn committed Oct 21, 2024
1 parent 02cd145 commit f081acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/vim-lsp-settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,21 @@ and put schemas property like below:
}
<

*g:lsp_settings_enable_suggestions*
*g:lsp_settings_enable_suggestions*
g:lsp_settings_enable_suggestions
Default: 1
Set 0 only if you'd like to opt-out "Please do :LspInstallServer to enable
Language Server" suggestion messages.

*g:lsp_settings_servers_dir*
*g:lsp_settings_servers_dir*
g:lsp_settings_servers_dir
Default:
%LOCALAPPDATA%\vim-lsp-settings\servers (Windows)
$HOME/.local/share/vim-lsp-settings/servers (Non-Windows)
$XDG_DATA_HOME/vim-lsp-settings/servers ($XDG_DATA_HOME defined Non-Windows)
When value defined, store server file under these directory.

*g:lsp_settings_global_settings_dir*
*g:lsp_settings_global_settings_dir*
g:lsp_settings_global_settings_dir
Default:
%LOCALAPPDATA%\vim-lsp-settings (Windows)
Expand Down

0 comments on commit f081acc

Please sign in to comment.