aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/plugins.lua39
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 6013069..2eba5f1 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -249,44 +249,6 @@ local function init_plugins()
})
gitsigns.setup {
- signs = {
- add = {
- hl = "GitSignsAdd";
- text = "│";
- numhl = "GitSignsAddNr";
- linehl = "GitSignsAddLn";
- };
- change = {
- hl = "GitSignsChange";
- text = "│";
- numhl = "GitSignsChangeNr";
- linehl = "GitSignsChangeLn";
- };
- delete = {
- hl = "GitSignsDelete";
- text = "_";
- numhl = "GitSignsDeleteNr";
- linehl = "GitSignsDeleteLn";
- };
- topdelete = {
- hl = "GitSignsDelete";
- text = "‾";
- numhl = "GitSignsDeleteNr";
- linehl = "GitSignsDeleteLn";
- };
- changedelete = {
- hl = "GitSignsChange";
- text = "~";
- numhl = "GitSignsChangeNr";
- linehl = "GitSignsChangeLn";
- };
- untracked = {
- hl = "GitSignsAdd";
- text = "┆";
- numhl = "GitSignsAddNr";
- linehl = "GitSignsAddLn";
- };
- };
signcolumn = true; -- Toggle with `:Gitsigns toggle_signs`
numhl = true; -- Toggle with `:Gitsigns toggle_numhl`
linehl = false; -- Toggle with `:Gitsigns toggle_linehl`
@@ -313,7 +275,6 @@ local function init_plugins()
row = 0;
col = 1;
};
- yadm = { enable = false };
}
marks.setup({
Add i3Luca Matei Pintilie3-0/+293 2022-08-14Add more configs for wezterm, swappy, electron and git, as well as a better n...Luca Matei Pintilie8-34/+206 2022-07-01Sway changes and disable annoying neovim pluginLuca Matei Pintilie3-4/+8 2022-06-21Thinkpad gentoo settings addedLuca Matei Pintilie1-2/+5 2022-06-21Update sway configAnInternetTroll1-0/+6 2022-06-05Minor updatesAnInternetTroll5-10/+35 2022-05-21Add dracula themed xresources to .configAnInternetTroll2-1/+55 2022-05-21Add bspwm and configure sway a bit moreAnInternetTroll7-11/+665 2022-05-18Remove action button from the wofi commandAnInternetTroll1-1/+1 2022-05-18Use footAnInternetTroll2-0/+189 2022-05-18Remove foot draculaAnInternetTroll2-4/+1