1
0
Fork 0

cleanup nvim

This commit is contained in:
Luca Bilke 2023-02-15 14:39:47 +01:00
parent 27a2557825
commit 7cd01eb446
2 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,12 @@ M.maps = {
{ "<a-p>", "<cmd>lua require('illuminate').next_reference{reverse=true,wrap=true}<CR>" },
}
},
bufferline = {
n = {
{ "<TAB>", "<cmd>BufferLineCycleNext<CR>", "Previous" },
{ "<S-TAB>", "<cmd>BufferLineCyclePrev<CR>", "Next" },
}
}
}
M.whichkey = {

View File

@ -148,7 +148,6 @@ local plugins = {
},
{ "rafamadriz/friendly-snippets",
event = "InsertEnter",
module = { "cmp", "cmp_nvim_lsp" },
},
{ "hrsh7th/nvim-cmp",
after = "friendly-snippets",