Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nghialv/dotfiles
:fork_and_knife: My config files
https://github.com/nghialv/dotfiles
Last synced: 24 days ago
JSON representation
:fork_and_knife: My config files
- Host: GitHub
- URL: https://github.com/nghialv/dotfiles
- Owner: nghialv
- Created: 2016-05-05T07:56:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T04:42:27.000Z (over 6 years ago)
- Last Synced: 2024-10-12T22:25:32.743Z (about 1 month ago)
- Language: Vim script
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### vim
- Plugin manager: [vim-plug](https://github.com/junegunn/vim-plug)
- Plugins
- Common
```
Plug 'AndrewRadev/splitjoin.vim'
Plug 'Raimondi/delimitMate'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'itchyny/lightline.vim'
Plug 'tomasr/molokai'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-scriptease'
Plug 'ConradIrwin/vim-bracketed-paste'
Plug 'unblevable/quick-scope'
Plug 'scrooloose/nerdtree'
Plug 'SirVer/ultisnips'
Plug 't9md/vim-choosewin'
Plug 'Shougo/neocomplete.vim'
```
- Haskell
```
Plug 'eagletmt/neco-ghc', { 'for': 'haskell' }
Plug 'eagletmt/ghcmod-vim', { 'for': 'haskell' }
Plug 'neovimhaskell/haskell-vim', { 'for': 'haskell' }
Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
Plug 'enomsg/vim-haskellConcealPlus', { 'for': 'haskell' }
```
- colorscheme: [mirodark](https://github.com/djjcast/mirodark)(customized)- Go
```
Plug 'fatih/vim-go'
Plug 'garyburd/go-explorer'
Plug 'corylanou/vim-present', {'for' : 'present'}
```- colorscheme: [molokai](https://github.com/tomasr/molokai)(customized)
- Swift
```
Plug 'keith/swift.vim', { 'for': 'swift' }
```- colorscheme: [molokai](https://github.com/tomasr/molokai)(customized)
- Other```
Plug 'uarun/vim-protobuf', { 'for': 'proto' }
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
Plug 'stephpy/vim-yaml', { 'for': 'yaml' }
Plug 'hashivim/vim-terraform'
Plug 'andrewstuart/vim-kubernetes'
Plug 'elzr/vim-json', {'for' : 'json'}
Plug 'ekalinin/Dockerfile.vim', {'for' : 'Dockerfile'}
Plug 'fatih/vim-nginx' , {'for' : 'nginx'}
```##### zsh
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)##### iTerm2
- iterm2.plist
- iterm.itermcolors##### Haskell
- [stack](http://docs.haskellstack.org/en/stable/README/)
- [stylish-haskell](https://github.com/jaspervdj/stylish-haskell)
- [hlint](https://github.com/ndmitchell/hlint)
- hoogle
- [ghc-mod](https://github.com/DanielG/ghc-mod)
- [hdevtools](https://github.com/bitc/hdevtools)##### Go
- [godep](https://github.com/tools/godep)##### Swift
- [swiftenv](https://github.com/kylef/swiftenv)
- Swift package manager