diff options
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'} |