[fix] Change a lot of things

This commit is contained in:
Uttarayan Mondal
2023-07-21 12:25:50 +05:30
parent 0b9145d700
commit a1d6caa5fb
14 changed files with 75 additions and 350 deletions

View File

@@ -88,7 +88,9 @@ vim.g.coq_settings = {
}
}
-- vim.g.rooter_manual_only = 1
vim.g.copilot_node_command = "~/.local/share/nvm/v16.18.1/bin/node"
local fnm_dir = os.getenv("FNM_DIR") or "/Users/fs0c131y/Library/Application Support/fnm"
vim.g.copilot_node_command = fnm_dir .. "/node-versions/v17.9.1/installation/bin/node"
vim.g.copilot_no_tab_map = true
require('keymaps')
@@ -103,4 +105,3 @@ require 'nvim-treesitter.configs'.setup {
additional_vim_regex_highlighting = false,
},
}
-- vim.notify = require 'notify'