mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 06:42:28 +00:00
feat(nvim): new nvim config (#28)
* feat(nvim): clean config, work in progress * feat: refactored plugins and configs * feat: stylua config, ufo, lsp refactor, cleanup * feat: renamed nvim to nvim-lazy, added alias * feat: renamed nvim-clean to be nvim, updated alias
This commit is contained in:
16
config/nvim/lua/plugins/copilot.lua
Normal file
16
config/nvim/lua/plugins/copilot.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- CoPilot
|
||||
-- https://github.com/zbirenbaum/copilot.lua
|
||||
return {
|
||||
'zbirenbaum/copilot.lua',
|
||||
cmd = 'Copilot',
|
||||
build = ':Copilot setup',
|
||||
event = 'InsertEnter',
|
||||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
markdown = true,
|
||||
help = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user