Skip to content

thenickmonaco/powerlevel.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerlevel.nvim

Video Demo

Watch the video

NOT FUNCTIONAL YET

A Neovim plugin for Markdown todo lists in which you may go super saiyan.

Installation

Using packer.nvim:

use {
    'thenickmonaco/powerlevel.nvim',
    config = function()
        require("powerlevel").setup({
            -- options
        })
    end
}

Using vim-plug:

Plug 'thenickmonaco/powerlevel.nvim'

Using lazy.nvim:

{ 'thenickmonaco/powerlevel.nvim' }

About

Markdown todo list format built with Lua that lets you go super saiyan in Neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages