feat(plugins): Utilisation de la collection de plugins communautaire
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
return {
|
||||
colorscheme = "vscode",
|
||||
colorscheme = "astrodark",
|
||||
-- This function is run last and is a good place to configuring
|
||||
-- augroups/autocommands and custom filetypes also this just pure lua so
|
||||
-- anything that doesn't fit in the normal config locations above can go here
|
||||
@ -42,10 +42,5 @@ return {
|
||||
Jenkinsfile = "groovy",
|
||||
},
|
||||
}
|
||||
|
||||
-- Copilot
|
||||
-- TODO: find a better way
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.cmd("imap <silent><script><expr> <C-a> copilot#Accept(\"\\<CR>\")")
|
||||
end,
|
||||
}
|
||||
|
Reference in New Issue
Block a user