Git Product home page Git Product logo

dotfiles's Issues

add elixir support and emoji

" Elixir support
 Plugin 'elixir-lang/vim-elixir'
 Plugin 'lucidstack/hex.vim' " (requires mattn/webapi-vim)
 Plugin 'slashmili/alchemist.vim'
 Plugin 'c-brenn/phoenix.vim'

custom color

adding custom color via ~/.vimrc.local

colorscheme ayu
let ayucolor="dark"
let g:lightline.colorscheme = 'ayu'

" let base16colorspace=256

" colorscheme base16-ocean
" let g:lightline.colorscheme = 'base16_ocean'

highlight Comment cterm=italic

To Do

  • Move to NeoVim
  • Add current ZSH theme
  • Break Up vimrc & nvimrc
  • Find all recent Homebrew additions
  • Use Oceanic Next Colorscheme Everywhere
  • Use iTerm 2 Beta
  • get oceanic next for iterm in the svn call
  • configure symlinks for dotfiles
  • installer for zsh config

MacVim requires Xcode

macvim: A full installation of Xcode.app is required to compile this software. Installing just the Command Line Tools is not sufficient. Xcode can be installed from the App Store. Error: An unsatisfied requirement failed this build.

async complete

" Asyncomplete


let g:asyncomplete_auto_popup = 1
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
inoremap <expr> <cr> pumvisible() ? "\<C-y>" : "\<cr>"
set completeopt+=preview
autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif

if has('python3')
  "" TypeScript
  call asyncomplete#register_source(asyncomplete#sources#tscompletejob#get_source_options({
        \ 'name': 'tscompletejob',
        \ 'whitelist': ['typescript'],
        \ 'completor': function('asyncomplete#sources#tscompletejob#completor'),
        \ }))

  "" UtiliSnips
    call asyncomplete#register_source(asyncomplete#sources#ultisnips#get_source_options({
        \ 'name': 'ultisnips',
        \ 'whitelist': ['*'],
        \ 'completor': function('asyncomplete#sources#ultisnips#completor'),
        \ }))

endif

Italics

highlight Comment gui=italic
highlight Comment cterm=italic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.