Skip to content

n-shift/scratch.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scratch.nvim

scratch.nvim is a plugin for evaluating interpretable code inside scratch buffer

supported languages

  • lua
  • python
  • javascript (node)
  • typescript (tsnode)

usage

  • :ScratchNew <filetype> - create new scratch buffer
  • :ScratchEval - eval current scratch buffer

telescope picker

before using picker, load scratch.nvim telescope extenstion

require("telescope").load_extension("scratch")

after that, you can do :Telescope scratch and create scratch buffer with specified filetype

to change filetype you can call :Telescope scratch ft and pick new filetype

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published