Skip to content

tudorprodan/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.vimrc:

if has("gui")
    set guifont=Monaco\ for\ Powerline
    set fillchars=vert:≀
endif

set t_Co=256
set background=dark

let g:has_patched_font = 1
let z_disable_lambda_replacement_conceal = 1

source ~/.vim/vimrc

colorscheme molokai

Run PlugInstall.

Syntax checkers:

CoffeeScript coffee
CSS csslint
HTML tidy
JavaScript gjslint, jslint, jsl, jshint
JSON jsonlint, jsonval
PHP php
Python flake8, pyflakes, pylint
XML xmllint
XSLT xmllint
YAML js-yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published