Compare commits

..

No commits in common. "e19302fa190ad34a89e6fcddbcc9f58f765d1618" and "bea1775e89e89b95f8e13f9f4fa037758db69e28" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@ cmp.setup({
["<C-d>"] = cmp.mapping.scroll_docs(4),
["<C-e>"] = cmp.mapping.close(),
["C-y"] = cmp.mapping.confirm({ select = true, behaviour = cmp.ConfirmBehavior.Replace }),
["<CR>"] = cmp.mapping.confirm({ select = true, behaviour = cmp.ConfirmBehavior.Replace }),
-- https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#super-tab-like-mapping
["<C-Space>"] = cmp.mapping.confirm({
behavior = cmp.ConfirmBehavior.Insert,

View File

@ -15,7 +15,6 @@ require("nvim-treesitter.configs").setup({
"ruby",
"rust",
"sql",
"markdown",
},
sync_install = true,
auto_install = false,