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 | |
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')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 | ||||
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
2 files changed, 2 insertions, 2 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, |
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index d8ef949..a122768 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -124,7 +124,7 @@ return require('packer').startup(function() | |||
124 | 124 | ||
125 | -- cursorline of the $CURRENT_YEAR | 125 | -- cursorline of the $CURRENT_YEAR |
126 | use { | 126 | use { |
127 | 'shadmansaleh/lualine.nvim', | 127 | 'nvim-lualine/lualine.nvim', |
128 | requires = {'kyazdani42/nvim-web-devicons', opt = true} | 128 | requires = {'kyazdani42/nvim-web-devicons', opt = true} |
129 | } | 129 | } |
130 | -- colour theme of the $CURRENT_YEAR | 130 | -- colour theme of the $CURRENT_YEAR |