chore: nvim removed hardtime and fixed Mason icons
This commit is contained in:
14
.config/nvim/lua/plugins/copilot.lua
Normal file
14
.config/nvim/lua/plugins/copilot.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require("copilot").setup({
|
||||
suggestion = {enabled = false},
|
||||
panel = {enabled = false},
|
||||
filetypes = {
|
||||
yaml = false,
|
||||
help = false,
|
||||
gitcommit = false,
|
||||
gitrebase = false,
|
||||
hgcommit = false,
|
||||
svn = false,
|
||||
cvs = false,
|
||||
["."] = true
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user