mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Copilot fixed
This commit is contained in:
3
init.lua
3
init.lua
@@ -610,5 +610,8 @@ vim.wo.relativenumber = true
|
||||
-- set termguicolors to enable highlight groups
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.api.nvim_set_keymap("i", "<C-Enter", 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
||||
|
||||
-- empty setup using defaults
|
||||
require("nvim-tree").setup()
|
||||
|
||||
Reference in New Issue
Block a user