mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
style: cleanup
This commit is contained in:
parent
0160851a25
commit
54d687383d
1 changed files with 1 additions and 2 deletions
|
@ -59,11 +59,10 @@ return {
|
|||
end,
|
||||
config = function(_, opts)
|
||||
local chat = require("CopilotChat")
|
||||
local ns = vim.api.nvim_create_namespace("copilot-chat-text-hl")
|
||||
|
||||
vim.api.nvim_create_autocmd("BufEnter", {
|
||||
pattern = "copilot-chat",
|
||||
callback = function(ev)
|
||||
callback = function()
|
||||
vim.opt_local.relativenumber = false
|
||||
vim.opt_local.number = false
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue