This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
nix-config
Watch
1
Star
1
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d4d22844d8
nix-config
/
vim
/
.config
/
nvim
/
plugins
/
indentline.vim
4 lines
100 B
VimL
Raw
Normal View
History
Unescape
Escape
vim: Show the first level of indentation
2021-07-29 00:00:42 +01:00
let
g
:
indentLine_showFirstIndentLevel
=
1
fix(vim): Prevent concealing in markdown files Prevent things like Markdown links from being concealed as this makes it tricky to add and edit links in blog posts.
2021-08-03 22:35:24 +01:00
autocmd
FileType
markdown
let
g
:
indentLine_setConceal
=
0
Reference in a new issue
Copy permalink