diff --git a/lua/plugins/hex.lua b/lua/plugins/hex.lua new file mode 100644 index 0000000..3171844 --- /dev/null +++ b/lua/plugins/hex.lua @@ -0,0 +1,6 @@ +return { + "RaafatTurki/hex.nvim", + config = function() + require("hex").setup() + end +}