diff options
author | Yigit Sever | 2021-10-25 13:34:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 13:34:42 +0300 |
commit | 06c6f71a6bdad88fc40219a8dd086acd052958e1 (patch) | |
tree | fb31036d2084355001a26cd4b25ac707907b32d6 /.config/nvim/lua/plugin_settings.lua | |
parent | 328b9457389bda7c54138db6e908de1c6e1acc3f (diff) | |
parent | 3fad12478ae35265aac6496f61342471da06c4a9 (diff) | |
download | dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.gz dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.bz2 dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.zip |
Merge remote-tracking branch 'origin'
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 0ca647a..8994763 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -336,7 +336,7 @@ local on_attach = function(client, bufnr) | |||
336 | buf_set_keymap('n', '<leader>f', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts) | 336 | buf_set_keymap('n', '<leader>f', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts) |
337 | end | 337 | end |
338 | 338 | ||
339 | local servers = { 'rust_analyzer', 'jedi_language_server', 'texlab' } | 339 | local servers = { 'rust_analyzer', 'jedi_language_server', 'texlab', 'clangd' } |
340 | for _, lsp in ipairs(servers) do | 340 | for _, lsp in ipairs(servers) do |
341 | nvim_lsp[lsp].setup { | 341 | nvim_lsp[lsp].setup { |
342 | on_attach = on_attach, | 342 | on_attach = on_attach, |