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 /init.lua | |
parent | e18a75a1451edfed5ddc41775c9e64a3fef50671 (diff) |
add dial can toggle true and false
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ else require('nv-gitblame') require('nv-galaxyline') require('nv-nvim-peekup') + require('nv-dial') -- Which Key (Hope to replace with Lua plugin someday) vim.cmd('source ~/.config/nvim/vimscript/nv-whichkey/init.vim') |