Skip to content

neelakantan-ca/bad-practices.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 94.2%
  • Vim Script 5.8%