mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-04 00:26:42 -07:00
remove unused plugins and run stylelua
This commit is contained in:
parent
12c5e919e8
commit
e321003bb8
5 changed files with 7 additions and 29 deletions
|
@ -1,9 +1,9 @@
|
|||
return {
|
||||
"github/copilot.vim",
|
||||
lazy = false,
|
||||
config = function ()
|
||||
vim.api.nvim_set_keymap('i', '<C-Tab>', 'copilot#Accept("<End>")', { silent = true, script = true, expr = true })
|
||||
vim.g.copilot_no_tab_map = true;
|
||||
vim.g.copilot_assume_mapped = true;
|
||||
end
|
||||
config = function()
|
||||
vim.api.nvim_set_keymap("i", "<C-Tab>", 'copilot#Accept("<End>")', { silent = true, script = true, expr = true })
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.g.copilot_assume_mapped = true
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue