]> src.twobees.de Git - dotfiles.git/commitdiff
..
authorTobias Sachs <rpi6-git-2314-ts@ctsachs.de>
Thu, 6 Jul 2023 13:53:46 +0000 (15:53 +0200)
committerTobias Sachs <rpi6-git-2314-ts@ctsachs.de>
Thu, 6 Jul 2023 13:53:46 +0000 (15:53 +0200)
stow/nvim/.config/nvim/init.lua

index 4e56abb6657d4b02d1189d273de2760b828d0243..9cf63999f21c6512cbd33b441f3989d7d6469b8e 100644 (file)
@@ -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,