diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 19:11:37 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 19:44:03 +0100 |
commit | 2c89cbb5cae2cd90be95700935a4c3e40ed08907 (patch) | |
tree | f9009d5390e864935fc320480acf1a30d93d7934 /home-manager/neovim/copilot-vim.lua | |
parent | 7f993934b00fbbe2deca59edbedc993eaf76a05c (diff) |
Remove and move some unused stuff
Diffstat (limited to 'home-manager/neovim/copilot-vim.lua')
-rw-r--r-- | home-manager/neovim/copilot-vim.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/home-manager/neovim/copilot-vim.lua b/home-manager/neovim/copilot-vim.lua deleted file mode 100644 index 6b08971..0000000 --- a/home-manager/neovim/copilot-vim.lua +++ /dev/null @@ -1,10 +0,0 @@ -vim.g.copilot_no_tab_map = true -vim.api.nvim_set_keymap("i", "<C-y>", 'copilot#Accept("<CR>")', { silent = true, expr = true }) - -vim.g.copilot_filetypes = { - ['*'] = false, - ['python'] = true, - ['go'] = true, - ['php'] = true, - ['yaml'] = true, -} |