Skip to content

BingCoke/nvim-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-conf

sudo pacman -S nvim git clone [email protected]: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