My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 631aaa1100cc040b4aebc9cca982cb5e4c203f8c
Parent: 8d6b430109bf0a2f2a3448884f0f1d79ad9af211
Author: Matt Colligan <matthewcolligan@improbable.io>
Date: 2024-07-05 14:56:54 +0100
Committer: Matt Colligan <matthewcolligan@improbable.io>
Committed: 2024-07-05 14:56:54 +0100

replace copilot with supermaven

start/supermaven-nvim Added

@@ -0,0 +1 @@
+Subproject commit c7ab94a6bcde96c79ff51afd6a1494606bb6f10b

start/self/plugin/init.lua Added

@@ -0,0 +1,2 @@
+
+require("supermaven-nvim").setup({})

start/copilot.vim Deleted

@@ -1 +0,0 @@
-Subproject commit 25feddf8e3aa79f0573c8f43ddb13c44c530cfa5

.gitmodules Modified

@@ -16,12 +16,12 @@
 [submodule "start/ctrlp.vim"]
 	path = start/ctrlp.vim
 	url = https://github.com/ctrlpvim/ctrlp.vim
-[submodule "start/copilot.vim"]
-	path = start/copilot.vim
-	url = https://github.com/github/copilot.vim
 [submodule "start/vim-gutentags"]
 	path = start/vim-gutentags
 	url = https://github.com/ludovicchabant/vim-gutentags
 [submodule "start/blamer.nvim"]
 	path = start/blamer.nvim
 	url = https://github.com/APZelos/blamer.nvim
+[submodule "start/supermaven-nvim"]
+	path = start/supermaven-nvim
+	url = https://github.com/supermaven-inc/supermaven-nvim

.gitignore Modified

@@ -1 +1,2 @@
 .DS_Store
+tags