all repos

init.lua @ 18041c7176f8fc9b4945fb5c1809e7fcc9aa552b

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix: setup nvim-dap for go in ftplugin
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-26 10:41:39 +0300
Parent: 7c8b76a
M lua/plugins.lua

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

use "lewis6991/impatient.nvim" use "rebelot/kanagawa.nvim" -- theme - use { "~/code/gopher.nvim", ft = "go" } + use { "~/code/gopher.nvim", ft = "go", module = "gopher" } 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 "project" }