mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
Merge branch 'main' of github.com-youtube_git_user:josean-dev/dev-environment-files
This commit is contained in:
commit
5e8b873d76
1 changed files with 3 additions and 5 deletions
|
@ -52,12 +52,10 @@ return {
|
||||||
node_decremental = "<bs>",
|
node_decremental = "<bs>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
|
|
||||||
context_commentstring = {
|
|
||||||
enable = true,
|
|
||||||
enable_autocmd = false,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
|
||||||
|
require('ts_context_commentstring').setup {}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue