[fix] Fix the copilot issue on not LspAttach-ed files

This commit is contained in:
Uttarayan Mondal
2023-04-12 15:51:46 +05:30
parent 20cd46b6fb
commit 9681e59013
3 changed files with 9 additions and 8 deletions

View File

@@ -91,6 +91,7 @@ vim.g.coq_settings = {
}
-- vim.g.rooter_manual_only = 1
vim.g.copilot_node_command = "~/.local/share/nvm/v16.18.1/bin/node"
vim.g.copilot_no_tab_map = true
require('keymaps')
require('plugins')