mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
add javascript config
This commit is contained in:
parent
fff1d291ab
commit
728669d288
2 changed files with 9 additions and 0 deletions
8
nvim/lua/user/plugins/lang/javascript.lua
Normal file
8
nvim/lua/user/plugins/lang/javascript.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = { "javascript", "javadoc" }
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue