Relative lines disappear on buffer exit

This commit is contained in:
agryphus 2023-05-23 09:44:43 -04:00
parent 9639e69920
commit 402eddfda2

View file

@ -18,6 +18,9 @@ return require("packer").startup(function(use)
-- Referencing a hex code highlights it in that color
use "lilydjwg/colorizer"
-- Relative line numbers disappear when not actively in buffer
use "jeffkreeftmeijer/vim-numbertoggle"
-- Left-side file tree dispaly
use {
"nvim-tree/nvim-tree.lua",