Compare commits
3 commits
54c2b4c5a7
...
1cd5fea469
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cd5fea469 | |||
| 8b80b7045a | |||
| c73eadd348 |
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@ vim.opt.runtimepath:append(vim.env.NVIM_TREESITTER)
|
|||
vim.opt.runtimepath:append(vim.env.NVIM_TREESITTER_TEXTOBJECTS)
|
||||
vim.opt.runtimepath:append(vim.env.NVIM_TREESITTER_PARSER)
|
||||
|
||||
vim.cmd.runtime({ "plugin/plenary.vim", bang = true })
|
||||
vim.cmd.runtime({ "plugin/nvim-treesitter.lua", bang = true })
|
||||
vim.cmd.runtime({ "plugin/nvim-treesitter-textobjects.lua", bang = true })
|
||||
vim.cmd.runtime { "plugin/plenary.vim", bang = true }
|
||||
vim.cmd.runtime { "plugin/nvim-treesitter.lua", bang = true }
|
||||
vim.cmd.runtime { "plugin/nvim-treesitter-textobjects.lua", bang = true }
|
||||
|
||||
local Path = require("plenary.path")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue