From: Tobias Sachs Date: Thu, 6 Jul 2023 13:53:46 +0000 (+0200) Subject: .. X-Git-Url: https://src.twobees.de/?a=commitdiff_plain;ds=sidebyside;h=c14e1b16736b33e829e20a3083db38ea78cba3c0;p=dotfiles.git .. --- diff --git a/stow/nvim/.config/nvim/init.lua b/stow/nvim/.config/nvim/init.lua index 4e56abb..9cf6399 100644 --- a/stow/nvim/.config/nvim/init.lua +++ b/stow/nvim/.config/nvim/init.lua @@ -39,7 +39,7 @@ require('lazy').setup({ -- Useful status updates for LSP -- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})` - { 'j-hui/fidget.nvim', opts = {} }, + { 'j-hui/fidget.nvim', opts = {}, tag = 'legacy' }, -- Additional lua configuration, makes nvim stuff amazing! 'folke/neodev.nvim', @@ -265,7 +265,7 @@ augroup END require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim', 'html', - 'c_sharp', 'perl' }, + 'c_sharp', 'perl', 'python' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false,