This commit is contained in:
Nicole Tietz-Sokolskaya 2025-03-06 21:34:46 -05:00
parent 4c41e9e6b0
commit 3afb2264ab
2 changed files with 0 additions and 9 deletions

View file

@ -1,6 +1,3 @@
-- Copilot
require("copilot").setup(options)
-- Setup language servers. -- Setup language servers.
local lspconfig = require('lspconfig') local lspconfig = require('lspconfig')
lspconfig.rust_analyzer.setup({}) lspconfig.rust_analyzer.setup({})

View file

@ -47,10 +47,4 @@ Plug 'nvim-lua/plenary.nvim'
" Nice hovers " Nice hovers
Plug 'stevearc/dressing.nvim' Plug 'stevearc/dressing.nvim'
" Our new AI overlords 🤖
"Plug 'github/copilot.vim', { 'branch': 'release' }
Plug 'zbirenbaum/copilot.lua'
" Uncomment this line to disable copilot
"let g:copilot_enabled = 0
call plug#end() call plug#end()