diff options
author | kylo252 <[email protected]> | 2022-04-27 17:37:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-27 17:37:27 +0200 |
commit | 3de829e76ed3d90b25250b1ab76f6425146af9d2 (patch) | |
tree | 82531570f5bc868b520d29c93dc07763afb8f52e /lua | |
parent | f49f687bc244ff603f3dde6828a85538c50df220 (diff) |
refactor: lock new installations to nvim v0.7+ (#2526)
Diffstat (limited to '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() |