Skip to content

Commit ea36335

Browse files
committed
Jettison copilotchat.
1 parent 527dec8 commit ea36335

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

.config/nvim/after/ftplugin/lean.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ vim.wo.signcolumn = 'yes'
33
-- Match mathlib's default style.
44
vim.bo.textwidth = 100
55

6-
vim.keymap.del('n', '<LocalLeader>c', { buffer = true })
7-
vim.keymap.set(
8-
'n',
9-
'<LocalLeader>C',
10-
'<Plug>(LeanInfoviewClearPins)',
11-
{ buffer = true }
12-
)
13-
146
vim.keymap.set('n', '<LocalLeader>g', function()
157
require'telescope.builtin'.live_grep{
168
glob_pattern = '*.lean',

.config/nvim/lua/plugins/ai.lua

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)