all repos

init.lua @ ddb3ca70cfd3ed529071dff7c5f6e8970d8dd21e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(plugins): add gopher.nvim
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-08 23:46:18 +0300
Parent: a4c08ae
M lua/plugins.lua

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

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