Add vlf
This commit is contained in:
parent
3c98222dfe
commit
c2e4e5013c
6
init.el
6
init.el
@ -222,6 +222,12 @@
|
|||||||
:config
|
:config
|
||||||
(evil-terminal-cursor-changer-activate))
|
(evil-terminal-cursor-changer-activate))
|
||||||
|
|
||||||
|
;; for when the files are just too large
|
||||||
|
(use-package vlf
|
||||||
|
:demand t
|
||||||
|
:config
|
||||||
|
(require 'vlf-setup))
|
||||||
|
|
||||||
;; allow copy from termainl
|
;; allow copy from termainl
|
||||||
(use-package xclip
|
(use-package xclip
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user