diff options
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 |