Skip to content

bnjjo/smolcomp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

smolcomp.nvim

about & acknowledgements

this is a small plugin meant to mimic 'compile mode' from emacs. it is inspired by compile-mode.nvim, but intentionally smaller with zero dependencies.

usage

<leader>cp triggers the compile mode prompt, enter your command and press <CR>.

installation

vim.pack (neovim 0.12+)

vim.pack.add({ "https://github.com/bnjjo/smolcomp.nvim" })

lazy.nvim

{
  "bnjjo/smolcomp.nvim"
}

About

small emacs compile-mode style plugin

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages