Skip to content

Applicafroguy/nvim-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Neovim Lua Plugin

This repository is a Neovim plugin template. Many thanks to The Primeagen for his tutorial.

To work on the plugin, you must start Neovim with this directory as the current working directory. From within this directory, start up Neovim:

nvim --cmd "set rtp+=$(pwd)"

This will automatically source the your-first-plugin.vim file, which loads the lua module. This function will re-source the Lua plugin that we're working on every time a lua buffer is saved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published