Added nvim config
This commit is contained in:
14
.config/nvim/lua/jirr02/plugins/treesitter-textobjects.lua
Normal file
14
.config/nvim/lua/jirr02/plugins/treesitter-textobjects.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
lookahead = true,
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user