aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-fancy-line.txt
diff options
context:
space:
mode:
authorMax Christian Pohle2021-10-07 17:00:38 +0200
committerMax Christian Pohle2021-10-07 17:00:38 +0200
commit37c0222c1eb00d2ea88ca4bf8f732b71d6bcf986 (patch)
treebc78cd13cebf2c36f8ff62c3dacf2b22f96ec648 /doc/vim-fancy-line.txt
parenta1334a8a83f0a8f19256d7062e872a46c78fe3fc (diff)
downloadvim-fancy-line-37c0222c1eb00d2ea88ca4bf8f732b71d6bcf986.tar.bz2
vim-fancy-line-37c0222c1eb00d2ea88ca4bf8f732b71d6bcf986.zip
Fixed errors with git detached head
also fixed :help vim-fancy-line
Diffstat (limited to 'doc/vim-fancy-line.txt')
-rw-r--r--doc/vim-fancy-line.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/vim-fancy-line.txt b/doc/vim-fancy-line.txt
new file mode 100644
index 0000000..f8cb8d6
--- /dev/null
+++ b/doc/vim-fancy-line.txt
@@ -0,0 +1,22 @@
1*vim-fancy-line.txt* A plugin to make the status and tab line look nicer
2
3==============================================================================
4USAGE INSTRUCTIONS *vim-recently-used-usage*
5
6
7While this plugin does not have any configuration options in Vim right now,
8it is necessary to configure the operating system to get the best use out
9of it. It is recommend to install powerline-console-fonts and set them in
10`/etc/vconsole.conf` so that the linux terminal displays the bars correctly.
11
12
13CONSOLE FONTS
14
15To test ca console font try this (it will not survive a reboot as long
16as it is not copied to vconsole.conf):
17
18$ setfont /usr/share/kbd/consolefont/ter-powerline-v16n.psf.gz
19$ showconsolefont
20
21
22vim:tw=78:ts=8:ft=help:norl:
..