remove unneeded lines
This commit is contained in:
parent
25ab4b2439
commit
b095b88b72
2 changed files with 0 additions and 4 deletions
2
init.lua
2
init.lua
|
@ -60,5 +60,3 @@ require("lspkind").init(
|
|||
File = " "
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -60,5 +60,3 @@ vim.g.mapleader = " "
|
|||
-- tabnew and tabprev
|
||||
vim.api.nvim_set_keymap("n", "<Leader>tn", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||
vim.api.nvim_set_keymap("n", "<Leader>tp", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue