Remove nvim-treesitter-context
This commit is contained in:
parent
4c5fd19f5a
commit
87a756a4fb
|
@ -93,7 +93,6 @@
|
||||||
yaml
|
yaml
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
nvim-treesitter-context
|
|
||||||
nvim-treesitter-textobjects
|
nvim-treesitter-textobjects
|
||||||
|
|
||||||
# LSP, linting and formatting
|
# LSP, linting and formatting
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
local configs = require "nvim-treesitter.configs"
|
local configs = require "nvim-treesitter.configs"
|
||||||
local context = require "treesitter-context"
|
|
||||||
local ts_repeat_move = require "nvim-treesitter.textobjects.repeatable_move"
|
local ts_repeat_move = require "nvim-treesitter.textobjects.repeatable_move"
|
||||||
|
|
||||||
configs.setup {
|
configs.setup {
|
||||||
|
@ -132,5 +131,3 @@ set({ "n", "o", "x" }, "f", ts_repeat_move.builtin_f)
|
||||||
set({ "n", "o", "x" }, "F", ts_repeat_move.builtin_F)
|
set({ "n", "o", "x" }, "F", ts_repeat_move.builtin_F)
|
||||||
set({ "n", "o", "x" }, "t", ts_repeat_move.builtin_t)
|
set({ "n", "o", "x" }, "t", ts_repeat_move.builtin_t)
|
||||||
set({ "n", "o", "x" }, "T", ts_repeat_move.builtin_T)
|
set({ "n", "o", "x" }, "T", ts_repeat_move.builtin_T)
|
||||||
|
|
||||||
context.setup { enable = true }
|
|
||||||
|
|
Loading…
Reference in a new issue