dasdachs / dotfiles-and-docs

My personal vim, bash, editor, linter etc. settings with comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurations

I am never satisfied with the way my terminal, vim, code editor, linter etc. are configured. This repo contains my configurations with coments. Hope you will find them useful.

Bash: Pretty standard Ubuntu configurations. I really like it that way.

Vim:

  • support for JavaScript, node, Python, c, c++, css (indentation, syntax)
  • supprt for markup:html, markdown, resTructured text (indentation, syntax)
  • Python autocompletion and linting
  • Javascript and node.js linting
  • NerdTree included

Note: to get solarized to work on a Mac using iTerm2 please look at this SO thread https://stackoverflow.com/questions/7278267/incorrect-colors-with-vim-in-iterm2-using-solarized

VSCode:

Install VIM

Clone the repo into your home directory and open vim:

git clone https://github.com/dasdachs/work-configurations
cp work-configurations/.vim work-configurations/.bash_profile .
vim

Run vim:

:PluginInstall

Your vim plugins are in you .vim directory.

That is it :)

About

My personal vim, bash, editor, linter etc. settings with comments

License:MIT License


Languages

Language:Shell 59.5%Language:Vim Script 40.5%