We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cf6f9 commit 3e1b04cCopy full SHA for 3e1b04c
vimrc
@@ -60,6 +60,8 @@ set statusline+=%l/%L "cursor line/total lines
60
set statusline+=\ %P "percent through file
61
set laststatus=2
62
63
+au BufNewFile,BufRead *.less set filetype=less
64
+
65
"recalculate the trailing whitespace warning when idle, and after saving
66
autocmd cursorhold,bufwritepost * unlet! b:statusline_trailing_space_warning
67
0 commit comments