summaryrefslogtreecommitdiffstats
path: root/neovim.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-31 19:37:53 -0400
committerAndrew <admonty1@protonmail.com>2025-08-31 19:37:53 -0400
commit0bb811b3577b31c79da3dd38d02eb5bf7bd64296 (patch)
treede1292c33efee9862d07cc506762cb1364e5f804 /neovim.nix
parentphone link (diff)
downloadnixos-0bb811b3577b31c79da3dd38d02eb5bf7bd64296.tar.gz
nixos-0bb811b3577b31c79da3dd38d02eb5bf7bd64296.tar.bz2
nixos-0bb811b3577b31c79da3dd38d02eb5bf7bd64296.zip
tried qute browser
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/neovim.nix b/neovim.nix
index 99703fd..9c5e715 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -245,13 +245,13 @@
enabled = true;
render_modes = false;
icons = ["●" "○" "◆" "◇"];
- ordered_icons = ''
- function(ctx)
- local value = vim.trim(ctx.value)
- local index = tonumber(value:sub(1, #value - 1))
- return ('%d.'):format(index > 1 and index or ctx.index)
- end
- '';
+ # ordered_icons = ''
+ # function(ctx)
+ # local value = vim.trim(ctx.value)
+ # local index = tonumber(value:sub(1, #value - 1))
+ # return ('%d.'):format(index > 1 and index or ctx.index)
+ # end
+ # '';
left_pad = 0;
right_pad = 0;
highlight = "RenderMarkdownBullet";