antonk52/bad-practices.nvim

github github
workflow
stars 78
issues 1
subscribers 3
forks 3
CREATED

2021-05-08

UPDATED

2 years ago


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)
})