aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-06-29 14:58:03 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-06-29 14:58:03 +0000
commit40b6011b2ea289f75711faaf0571d6e3cb4e6619 (patch)
tree6918e34cc0ebb388b0c16c131230236e67bc7a6b
parent933e0d8bf86c7fa91546250ad2e0400be2bbe418 (diff)
downloaddotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar.gz
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar.bz2
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar.lz
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar.xz
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.tar.zst
dotfiles-40b6011b2ea289f75711faaf0571d6e3cb4e6619.zip
nvim: fix gitsigns deprecation
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({
sertions'>+1 2023-04-30Fix calendar thing in waybarLuca Matei Pintilie1-45/+55 2023-04-29Add back marks and enable cursorlineLuca Matei Pintilie4-5/+37 2023-04-23Remove marks dependency from neovimLuca Matei Pintilie1-36/+0 2023-04-23Remove save and quit keybindLuca Matei Pintilie1-2/+0 2023-04-23Remove cursorline from neovim configLuca Matei Pintilie1-1/+15 2023-04-10Bump neovim config to 0.9 and add undotree and test related commandsLuca Matei Pintilie4-26/+47 2023-04-07Fix neovim spelllangLuca Matei Pintilie1-3/+1 2023-04-07Hyprland fixesLuca Matei Pintilie1-23/+25 2023-04-07Add mutt/neomutt configLuca Matei Pintilie5-0/+206 2023-04-07Neovim improvementsLuca Matei Pintilie5-27/+14 2023-04-05Better hyprland configLuca Matei Pintilie3-10/+42 2023-04-02Remove beacon config and add mini.commentLuca Matei Pintilie1-13/+34