Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 792 Bytes

Lnunarvim Configuration

Install

Make sure you have installed lunarvim.

Backup default configuration

Copy default lvim configuration to a save location in case you want to restore it.

cp ~/.config/lvim/ ~/.config/lvim.default/

Clone this repo

Clone this repo to lvim's configuration path.

git clone https://github.com/cladera/lvim.git ~/.config/lvim

js-debug-adapter workaround

  1. Clone vscode-js-debug
git clone https://github.com/microsoft/vscode-js-debug.git ~/.local/share/lvim/mason/packages/js-debug-adapter 
  1. Build adapter
cd ~/.local/share/lvim/mason/packages/js-debug-adapter/
npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out