diff options
author | Chris <[email protected]> | 2021-03-21 20:21:41 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-21 20:21:41 -0400 |
commit | 9a4ecc266019502130c409a91fda5a0b57325a8b (patch) | |
tree | b5af458cbb960dd4cdb212dab2fdf587df207c72 /lua/plugins.lua | |
parent | e18a75a1451edfed5ddc41775c9e64a3fef50671 (diff) |
add dial can toggle true and false
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 46555508..7aa6a352 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -116,6 +116,7 @@ return require('packer').startup(function(use) use 'phaazon/hop.nvim' use 'tpope/vim-sleuth' use 'sheerun/vim-polyglot' + use 'monaqa/dial.nvim' -- TODO put this back when stable for indent lines -- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'} |