From c20fc275ee74201e86a6744feb127a26c29348ec Mon Sep 17 00:00:00 2001 From: Atao Date: Sat, 6 Jan 2024 23:58:58 +0100 Subject: [PATCH] Change links again --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 928bb41..eb3d7e6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # My NeoVim config -I created this config with (https://github.com/NvChad/NvChad)[NvChad]. +I created this config with [NvChad](https://github.com/NvChad/NvChad). ## Theme: -(https://github.com/catppuccin)[catppuccin] +[catppuccin](https://github.com/catppuccin) ## Golang I added some plugins, check it out in `lua/custom/plugins.lua` and `lua/custom/mappings.lua`. The list of the plugins: -- (https://github.com/golang/tools/tree/master/gopls)[gopls] : Go langage server (Autocompletion) -- (https://github.com/olexsmir/gopher.nvim)[gopher] : Add key mappings +- [gopls](https://github.com/golang/tools/tree/master/gopls) : Go langage server (Autocompletion) +- [gopher](https://github.com/olexsmir/gopher.nvim) : Add key mappings