This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
32ef0ecec2
dotfiles
/
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-28 23:00:42 +00: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 21:35:24 +00:00
autocmd
FileType
markdown
let
g
:
indentLine_setConceal
=
0
Reference in a new issue
Copy permalink