From 58f19ec9cc50310b6eaaa937ced21c424bdfcf7a Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 16 May 2021 03:48:02 +0200 Subject: First off-tree version --- doc/vim-recently-used.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/vim-recently-used.txt (limited to 'doc') diff --git a/doc/vim-recently-used.txt b/doc/vim-recently-used.txt new file mode 100644 index 0000000..f8cb8d6 --- /dev/null +++ b/doc/vim-recently-used.txt @@ -0,0 +1,22 @@ +*vim-fancy-line.txt* A plugin to make the status and tab line look nicer + +============================================================================== +USAGE INSTRUCTIONS *vim-recently-used-usage* + + +While this plugin does not have any configuration options in Vim right now, +it is necessary to configure the operating system to get the best use out +of it. It is recommend to install powerline-console-fonts and set them in +`/etc/vconsole.conf` so that the linux terminal displays the bars correctly. + + +CONSOLE FONTS + +To test ca console font try this (it will not survive a reboot as long +as it is not copied to vconsole.conf): + +$ setfont /usr/share/kbd/consolefont/ter-powerline-v16n.psf.gz +$ showconsolefont + + +vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3