update vim config

This commit is contained in:
Oluwatobi 2023-11-30 14:57:19 +01:00
parent 3a76bbf0c6
commit c37bf09c81
9 changed files with 267 additions and 40 deletions

7
lua/plugins/gopher.lua Normal file
View file

@ -0,0 +1,7 @@
return {
'olexsmir/gopher.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-treesitter/nvim-treesitter',
},
}