all repos

init.lua @ 40545c1

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(plugins): add sleuth
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-06-13 01:26:28 +0300
Parent: ae23056
M lua/plugins.lua

@@ -5,6 +5,7 @@ { "olexsmir/gopher.nvim", ft = "go", dev = true },

{ "mbbill/undotree", cmd = "UndotreeToggle" }, { "tpope/vim-surround", keys = { "c", "d", "y" } }, { "tpope/vim-repeat", event = "VeryLazy" }, + { "tpope/vim-sleuth", event = "VeryLazy" }, { "folke/tokyonight.nvim", lazy = false,