buh-bye
This commit is contained in:
parent
4c41e9e6b0
commit
3afb2264ab
2 changed files with 0 additions and 9 deletions
|
|
@ -1,6 +1,3 @@
|
|||
-- Copilot
|
||||
require("copilot").setup(options)
|
||||
|
||||
-- Setup language servers.
|
||||
local lspconfig = require('lspconfig')
|
||||
lspconfig.rust_analyzer.setup({})
|
||||
|
|
|
|||
|
|
@ -47,10 +47,4 @@ Plug 'nvim-lua/plenary.nvim'
|
|||
" Nice hovers
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue