diff options
author | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:40:12 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:40:12 -0600 |
commit | 200a06c960a12fdbdf35ac9d1369e0ecc5e3d30e (patch) | |
tree | db0ad4eb78e2118a89484a99765090a984685a33 /lua | |
parent | a50483c777c62c55dc859546cc77d04cec78128e (diff) | |
download | nvim-200a06c960a12fdbdf35ac9d1369e0ecc5e3d30e.tar.gz nvim-200a06c960a12fdbdf35ac9d1369e0ecc5e3d30e.tar.bz2 nvim-200a06c960a12fdbdf35ac9d1369e0ecc5e3d30e.zip |
reformat variable
Diffstat (limited to 'lua')
-rw-r--r-- | lua/conf/plugins/undotree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conf/plugins/undotree.lua b/lua/conf/plugins/undotree.lua index e649d57..199ca06 100644 --- a/lua/conf/plugins/undotree.lua +++ b/lua/conf/plugins/undotree.lua @@ -3,7 +3,7 @@ local map = misc.map return { 'mbbill/undotree', function() - if (vim.g.loaded_undotree) then + if vim.g.loaded_undotree then vim.g.undotree_DiffAutoOpen = 0 end |