diff --git a/lua/options/keybind.lua b/lua/options/keybind.lua index e1829c7..1b6fb1b 100644 --- a/lua/options/keybind.lua +++ b/lua/options/keybind.lua @@ -6,12 +6,20 @@ local cmd_options = { noremap = true, silent = true } local tele = require('telescope.builtin') +local neogit = require('neogit') + + + vim.g.mapleader = " " +map("n", "g", "Neogit kind=split", options) + + + -- TELESCOPE cmap("n", "ff", tele.find_files, options) map("n", "fh", "Telescope find_files hidden=true", options) diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua index a6c0b3b..33cafe8 100644 --- a/lua/plugins/gitsigns.lua +++ b/lua/plugins/gitsigns.lua @@ -4,7 +4,7 @@ require('gitsigns').setup { change = { text = '│' }, delete = { text = '│' }, topdelete = { text = '│' }, - changedelete = { text = '/' }, + changedelete = { text = '│' }, untracked = { text = '┆' }, }, diff --git a/lua/plugins/lazy.lua b/lua/plugins/lazy.lua index 33944bc..09b08d4 100644 --- a/lua/plugins/lazy.lua +++ b/lua/plugins/lazy.lua @@ -13,9 +13,6 @@ end vim.opt.rtp:prepend(lazypath) --- require("lazy").setup(plugins, opts) - - @@ -108,7 +105,7 @@ require("lazy").setup({ }, - -- modern ui + -- modern ui { "folke/noice.nvim", config = function ()