Skip to content

antonk52/bad-practices.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bad-practices.nvim

A plugin to help give up bad practices in neovim.

bad-practices 1

Alternatively if you have nvim-notify installed you can get pretty notifications about tapping into bad practices.

Installation

Using vim-plug

Plug 'antonk52/bad-practices.nvim'

Setup

To enable the plugin you need to call setup with the options

require('bad_practices.nvim').setup({
    most_splits = 3, -- how many splits are considered a good practice(default: 3)
    most_tabs = 3, -- how many tabs are considered a good practice(default: 3)
    max_hjkl = 10, -- how many times you can spam hjkl keys in a row(default: 10)
})

About

A plugin to help give up bad practices in vim.

Topics

Resources

Stars

Watchers

Forks