Skip to content

BingCoke/nvim-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bingcokebingcoke
bingcoke
and
bingcoke
Sep 29, 2024
857d54f · Sep 29, 2024

History

51 Commits
Feb 18, 2024
Sep 29, 2024
Sep 29, 2024
May 26, 2024
Oct 24, 2023
May 26, 2024
Sep 29, 2024
Sep 29, 2024

Repository files navigation

nvim-conf

sudo pacman -S nvim git clone git@github.com:BingCoke/nvim-conf.git ~/.config/nvim

require

  • ripgrep for telescope.nvim

code require

  • npm
  • go
  • python3
  • unzip

dap

about chrome debuger

install vscode-js-debug

git clone https://github.com/microsoft/vscode-js-debug
cd vscode-js-debug
npm install --legacy-peer-deps
npx gulp vsDebugServerBundle
mv dist out

set your vscode-js-debug postion in dap/dap-ts.lua

debugger_path = "/home/bk/tools/vscode-js-debug",

make google-chrome start with debug (make sure 9222 port)

google-chrome-stable --remote-debugging-port=9222

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages