mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
style(home/vim): missed a require
This commit is contained in:
parent
00ccc1e458
commit
fad3da8e5c
1 changed files with 2 additions and 2 deletions
|
|
@ -196,8 +196,8 @@ vim.keymap.set("n", "<leader>fh", function()
|
|||
telescope.help_tags()
|
||||
end, { silent = true })
|
||||
|
||||
-- tresitter
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
-- treesitter
|
||||
require('nvim-treesitter.configs').setup {
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = {
|
||||
"c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue