change file browser to neotree

This commit is contained in:
gameloader
2023-04-05 17:45:09 +08:00
parent cfcf4c2ff0
commit 6aee450ef6
5 changed files with 18 additions and 8 deletions

View File

@ -12,8 +12,8 @@ require("jaq-nvim").setup({
python = "python3 %",
go = "go run %",
sh = "sh %",
c = "cd $dir && gcc $file -o $fileBase -g && $fileBase",
cpp = "cd $dir && g++ $file -o $fileBase -g -w -std=c++11 && $fileBase",
c = "cd $dir && gcc $file -o $fileBase -g && cd $dir && $fileBase",
cpp = "cd $dir && g++ $file -o $fileBase -g -w -std=c++11 && cd $dir && $fileBase",
},
},