all repos

init.lua @ 858de31174224a3b62137b99c33710ee5fdad76b

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(plugins): add lazyload for gopher.nvim
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-23 20:26:50 +0300
Parent: 30504e2
M lua/plugins.lua

@@ -16,8 +16,8 @@ use "nvim-lua/plenary.nvim"

use "lewis6991/impatient.nvim" use "nathom/filetype.nvim" use "rebelot/kanagawa.nvim" -- theme - use "~/code/gopher.nvim" + use { "~/code/gopher.nvim", ft = "go" } use { "tpope/vim-surround", keys = { "c", "d", "y" } } use { "kyazdani42/nvim-web-devicons", module = "nvim-web-devicons" } use { "ahmedkhalf/project.nvim", config = u.get.config "configs.project" }