diff --git a/lua/plugins.lua b/lua/plugins.lua index e92765f..fd9ffe0 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -231,5 +231,21 @@ return require("packer").startup( "monokai.nvim" } } + use { + "luukvbaal/statuscol.nvim", + config = function() + require("statuscol").setup( + { + setopt = true + } + ) + end + } + use { + "axelvc/template-string.nvim", + config = function() + require("template-string").setup() + end + } end )