diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-27 22:25:35 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-27 22:25:35 +0100 |
| commit | a360f1fc5d89be132044a0aa8f7a8ec4e65a7d95 (patch) | |
| tree | 95b7840a3ba48a3a894106f32d6e8e61b724289c /.config/nvim/lua/user/plugins | |
| parent | 66ebf6e1e49075c36ce8e1a3e869985f6b171581 (diff) | |
fixed color in zsh, sourced Xsession.d in xinitrc, changed clangd command in lspconfig
Diffstat (limited to '.config/nvim/lua/user/plugins')
| -rw-r--r-- | .config/nvim/lua/user/plugins/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/plugins/lspconfig.lua b/.config/nvim/lua/user/plugins/lspconfig.lua index a63975b..92a728b 100644 --- a/.config/nvim/lua/user/plugins/lspconfig.lua +++ b/.config/nvim/lua/user/plugins/lspconfig.lua @@ -115,9 +115,9 @@ require 'lspconfig'.clangd.setup { flags = { debounce_text_changes = 150, }, + cmd = { "/usr/bin/clangd-13" }; } - -- suppress error messages from lang servers vim.notify = function(msg, log_level, _) if msg:match 'exit code' then |
