Skip to content

rishichawda/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️CAUTION⚠️ : Not a fan of customizing a lot, so probably might not be worth reading.

vimrc

Personal vim configuration.

  • Dracula theme - Dracula theme for editor.

  • Vim Airline for status line at the bottom of editor ( with minimalist theme ).

  • YouCompleteMe for JS and TS autocompletion.

    Note : You'll need to compile the plugin after it is installed through vundle. You can also get autocompletion for other languages. For more available options, see docs. YCM requires you to have the latest MacVim installed. I use the Vim binary from MacVim under vim's alias, to avoid the GUI stuff and to avoid overwriting the system vim - because I feel that's a better way to do it.

  • Vim JSX for JSX highlighting and indenting. Simply installing it doesn't quite highlight the tags as you would expect, so I added a little config to it. You can also change the colors if you like.

  • Ale for linting, autocompletion, jump to definitions, etc. Configured for less distracting highlights for errors and warning. Also, auto fixes lint errors on save.


Hotkeys Description
Ctrl+d Switch to a shell in the pwd of vim. Pressing Ctrl+d again will take you back to vim.

oh-my-zsh

Spaceship prompt with following plugins :

  • git
  • zsh-autosuggestions
  • node
  • bundler
  • osx
  • python
  • zsh-syntax-highlighting

About

Personal dot files backup ⚙️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published