This commit is contained in:
GasparVardanyan 2024-10-31 14:22:54 +04:00
parent f3d6451596
commit 9143cb0335
3 changed files with 19 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
tmp/**
lazy-lock.json

View file

@ -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")

View file

@ -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,
-- },