backup
This commit is contained in:
parent
f3d6451596
commit
9143cb0335
3 changed files with 19 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
tmp/**
|
||||
lazy-lock.json
|
|
@ -8,6 +8,8 @@ local map = vim.keymap.set
|
|||
map("i", "jk", "<ESC>")
|
||||
map("i", "<sc-L>", "<Del>")
|
||||
|
||||
map("n", "<C-I>", "<C-I>")
|
||||
|
||||
-- map("n", "<leader>l", ":tab term lazygit<CR>:set nonu nornu<CR>A")
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
lazy = false,
|
||||
},
|
||||
|
||||
{
|
||||
|
@ -98,7 +99,20 @@ return {
|
|||
-- "rcarriga/nvim-notify",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require "configs.noice"
|
||||
-- local noice = require("noice")
|
||||
-- noice.setup({
|
||||
-- routes = {
|
||||
-- {
|
||||
-- view = "notify",
|
||||
-- filter = { event = "msg_showmode" },
|
||||
-- },
|
||||
-- },
|
||||
-- lsp = {
|
||||
-- signature = {
|
||||
-- enabled = false,
|
||||
-- },
|
||||
-- },
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
|
||||
|
|
Loading…
Reference in a new issue