spacing
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
return {
 | 
			
		||||
  "nvim-treesitter/nvim-treesitter",
 | 
			
		||||
  build = ":TSUpdate",
 | 
			
		||||
  config = function () 
 | 
			
		||||
  config = function ()
 | 
			
		||||
    local configs = require("nvim-treesitter.configs")
 | 
			
		||||
 | 
			
		||||
    configs.setup({
 | 
			
		||||
@@ -15,9 +15,9 @@ return {
 | 
			
		||||
          init_selection = "<Enter>",
 | 
			
		||||
          node_incremental = "<Enter>",
 | 
			
		||||
          scope_incremental = false,
 | 
			
		||||
          node_decremental = "<Backspace>" 
 | 
			
		||||
        }, 
 | 
			
		||||
      } 
 | 
			
		||||
    }) 
 | 
			
		||||
  end 
 | 
			
		||||
          node_decremental = "<Backspace>"
 | 
			
		||||
        },
 | 
			
		||||
      }
 | 
			
		||||
    })
 | 
			
		||||
  end
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
return { 
 | 
			
		||||
	"echasnovski/mini.statusline", 
 | 
			
		||||
	version = false, 
 | 
			
		||||
return {
 | 
			
		||||
	"echasnovski/mini.statusline",
 | 
			
		||||
	version = false,
 | 
			
		||||
	opts = {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user