This commit is contained in:
2025-12-11 19:27:50 +01:00
parent c18e540835
commit a58c111ddd
7 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ dap.adapters["pwa-node"] = {
command = "node",
-- 💀 Make sure to update this path to point to your installation
args = {
"/home/zach/.config/nvim/java-dap/js-debug/src/dapDebugServer.js",
"%HOME/.config/nvim/java-dap/js-debug/src/dapDebugServer.js",
"${port}"
}
}
-1
View File
@@ -1 +0,0 @@
let g:neoformat_verbose = 1
+1 -1
View File
@@ -4,6 +4,6 @@ require'nvim-treesitter.configs'.setup {
auto_install = true,
highlight = {enable = true, additional_vim_regex_highlighting = false},
indent = {enable = true, disable = {}},
ensure_installed = {"jsx", "toml", "json", "yaml", "css", "html", "lua"},
ensure_installed = {"toml", "json", "yaml", "css", "html", "lua"},
autotag = {enable = true}
}