feat(plugins): Utilisation de la collection de plugins communautaire

This commit is contained in:
Xavier Logerais
2023-11-02 12:30:56 +01:00
parent 4c58f4a4c8
commit dfe5665d96
5 changed files with 72 additions and 49 deletions

View File

@ -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,
}