Add minor adjustments to neovim config
This commit is contained in:
parent
a08df1abf1
commit
0eedf92c14
10 changed files with 80 additions and 57 deletions
|
|
@ -10,19 +10,6 @@ return {
|
|||
dependencies = { "hrsh7th/cmp-nvim-lsp", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip" },
|
||||
},
|
||||
|
||||
{
|
||||
"famiu/bufdelete.nvim",
|
||||
config = nil,
|
||||
keys = {
|
||||
{
|
||||
"<leader>bc",
|
||||
function()
|
||||
require("bufdelete").bufdelete(0, true)
|
||||
end,
|
||||
desc = "Close buffer",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"RRethy/vim-illuminate",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue