Relative lines disappear on buffer exit
This commit is contained in:
parent
9639e69920
commit
402eddfda2
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ return require("packer").startup(function(use)
|
||||||
-- Referencing a hex code highlights it in that color
|
-- Referencing a hex code highlights it in that color
|
||||||
use "lilydjwg/colorizer"
|
use "lilydjwg/colorizer"
|
||||||
|
|
||||||
|
-- Relative line numbers disappear when not actively in buffer
|
||||||
|
use "jeffkreeftmeijer/vim-numbertoggle"
|
||||||
|
|
||||||
-- Left-side file tree dispaly
|
-- Left-side file tree dispaly
|
||||||
use {
|
use {
|
||||||
"nvim-tree/nvim-tree.lua",
|
"nvim-tree/nvim-tree.lua",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue