[fix] Debugging nvim-cmp

This commit is contained in:
Uttarayan
2023-09-11 17:36:05 +05:30
parent 46d7664359
commit 8d9e263d4c
14 changed files with 87 additions and 202 deletions

View File

@@ -68,25 +68,25 @@ vim.g.suda_smart_edit = 1
-- }
vim.o.completeopt = 'menuone,noselect'
vim.o.completeopt = 'menu,menuone,noselect'
vim.g.coq_settings = {
auto_start = 'shut-up',
weights = {
prefix_matches = 4
},
clients = {
lsp = {
weight_adjust = 2
},
-- buffers = {
-- -- weight_adjust = -0.5
-- },
-- snippets = {
-- -- weight_adjust = -0.1
-- }
}
}
-- vim.g.coq_settings = {
-- auto_start = 'shut-up',
-- weights = {
-- prefix_matches = 4
-- },
-- clients = {
-- lsp = {
-- weight_adjust = 2
-- },
-- -- buffers = {
-- -- -- weight_adjust = -0.5
-- -- },
-- -- snippets = {
-- -- -- weight_adjust = -0.1
-- -- }
-- }
-- }
-- vim.g.rooter_manual_only = 1
local fnm_dir = os.getenv("FNM_DIR") or "/Users/fs0c131y/Library/Application Support/fnm"