diff options
author | kylo252 <[email protected]> | 2022-04-27 17:38:06 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-04-27 17:38:06 +0200 |
commit | f3750313da239d4a9018195c91e74596e36a794a (patch) | |
tree | d023a2de6a2819bf5b16010dd02ed68ccdd2d0e8 /lua/lvim/plugins.lua | |
parent | e81d24e3c34cc9718b74de3c0f294c53fcbe82a8 (diff) | |
parent | 3de829e76ed3d90b25250b1ab76f6425146af9d2 (diff) |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index f3b4d7c6..1b885a09 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -114,7 +114,6 @@ local core_plugins = { -- Treesitter { "nvim-treesitter/nvim-treesitter", - branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat", -- run = ":TSUpdate", config = function() require("lvim.core.treesitter").setup() |