Compare commits
2 Commits
bea1775e89
...
e19302fa19
Author | SHA1 | Date | |
---|---|---|---|
|
e19302fa19 | ||
|
c8b0c6cfcd |
@ -28,7 +28,6 @@ cmp.setup({
|
|||||||
["<C-d>"] = cmp.mapping.scroll_docs(4),
|
["<C-d>"] = cmp.mapping.scroll_docs(4),
|
||||||
["<C-e>"] = cmp.mapping.close(),
|
["<C-e>"] = cmp.mapping.close(),
|
||||||
["C-y"] = cmp.mapping.confirm({ select = true, behaviour = cmp.ConfirmBehavior.Replace }),
|
["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
|
-- https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#super-tab-like-mapping
|
||||||
["<C-Space>"] = cmp.mapping.confirm({
|
["<C-Space>"] = cmp.mapping.confirm({
|
||||||
behavior = cmp.ConfirmBehavior.Insert,
|
behavior = cmp.ConfirmBehavior.Insert,
|
||||||
|
@ -15,6 +15,7 @@ require("nvim-treesitter.configs").setup({
|
|||||||
"ruby",
|
"ruby",
|
||||||
"rust",
|
"rust",
|
||||||
"sql",
|
"sql",
|
||||||
|
"markdown",
|
||||||
},
|
},
|
||||||
sync_install = true,
|
sync_install = true,
|
||||||
auto_install = false,
|
auto_install = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user