Skip to content

kndndrj/projector-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Projector VSCode Loader

Extension for nvim-projector that adds 2 additional loaders for tasks.json and launch.json files.

NOTE: Only basic functionality for now.

Installation

Install it as any other plugin. and add the loaders to projector's setup function:

require("projector").setup {
  loaders = {
    require("projector_vscode").LaunchJsonLoader:new(),
    require("projector_vscode").TasksJsonLoader:new(),
    -- ... your other loaders
  },
  -- ... the rest of your config
}

About

VSCode tasks.json and launch.json loader for nvim-projector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages