Compare commits
No commits in common. "c519728530ae0f760b103848e401853542019538" and "ac06fd90f554d40564f101f39ef1f45c7e0318b2" have entirely different histories.
c519728530
...
ac06fd90f5
2 changed files with 9 additions and 1 deletions
|
@ -18,7 +18,6 @@ services:
|
|||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- data:/data
|
||||
- config:/config
|
||||
|
|
9
home/.config/nvim/lua/plugins/copilot.lua
Normal file
9
home/.config/nvim/lua/plugins/copilot.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
-- GitHub Copilot
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"zbirenbaum/copilot.lua",
|
||||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue