]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
add copilot plugin
authorAlexander Goussas <[email protected]>
Fri, 28 Feb 2025 03:44:08 +0000 (22:44 -0500)
committerAlexander Goussas <[email protected]>
Fri, 28 Feb 2025 03:44:08 +0000 (22:44 -0500)
nvim/.config/nvim/init.lua
nvim/.config/nvim/lazy-lock.json

index d88fbd43f7730529220df1106e032f70b700a36b..f044312e6d830ba1f582b8b311e6a34f118b586e 100644 (file)
@@ -181,6 +181,7 @@ require("lazy").setup({
           render = "wrapped-compact",
         })
       end
-    }
+    },
+    { 'github/copilot.vim' }
   },
 })
index bc5d94ca3287f00c0e9cbca3a25a305d7992d816..3a645174e50849890c10ba84ebe7610fc8ad4df9 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "copilot.vim": { "branch": "release", "commit": "cd7f01009fb7b30e22840cadc4faad88b05c6eef" },
   "ghcid": { "branch": "master", "commit": "b7dc5c4ee640b6c8137ecfd0a2b50df278015221" },
   "gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
   "lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },