Skip to content

paulfrische/compit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compit

Compit is a plugin for NeoVim to easily compile/run your code.

Usage

require('compit').run({})

-- to disable the prompt
require('compit').run({ prompt = false })

Or you make a keybind for it:

vim.api.nvim_set_keymap('n', '<leader>c', ':lua require"compit".run({})<CR>', { noremap = true })

After running the compile/run command compit saves it and will put it in next time you use compit.

2022-09-17.14-26-24.mp4

Installation

Packer:

use 'PythonPizzaDE/compit'

Plug:

Plug 'PythonPizzaDE/compit'

About

Makes compiling and running your code from inside NeoVim enjoyable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages