Add Sourcery and Copilot
This commit is contained in:
parent
8edb29132c
commit
d884a562b0
4 changed files with 13 additions and 0 deletions
3
lua/custom/config/copilot-config.lua
Normal file
3
lua/custom/config/copilot-config.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vim.g.copilot_no_tab_map = true
|
||||
vim.g.copilot_assume_mapped = true
|
||||
vim.g.copilot_tab_fallback = ""
|
||||
5
lua/custom/config/sourcery-config.lua
Normal file
5
lua/custom/config/sourcery-config.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require("lspconfig").sourcery.setup {
|
||||
init_options = {
|
||||
token = 'user_qi0ud6OAgisfvan9qO4OpP9TImgIqoJq7hmBCczduk6ZnCfmPQE7_roSG0w',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue