Skip to content

workgena/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A set of Vim, Git, Terminal/Shell, etc. configuration files.

Favorite color schemes

Collections:

List of interesting VIM plugins

  • Plug 'mhinz/vim-grepper' --> grep results appear in a quickfix

  • Plug 'zhou13/vim-easyescape' --> provides inoremap jk <Esc>

  • Plug 'Raimondi/delimitMate' --> provides insert mode auto-completion for quotes, brackets, etc.

  • Plug 'junegunn/goyo.vim' --> Distraction-free writing in Vim (paddings all sides)

  • Plug 'bilalq/lite-dfm' --> Distraction-free writing in Vim (paddings left+right)

  • Plug 'junegunn/limelight.vim' --> Hyperfocus-writing in Vim.

  • Plug 'kshenoy/vim-signature' --> displays the marks created by the user on the signs column, which is good for remembering which marks were created.

  • Plug 'mkitt/tabline.vim' --> Display Tab number, better rendering of tabs

  • Plug 'majutsushi/tagbar' --> displays tags in a window, in other words "Outline"

  • Plug 'junegunn/vim-emoji' --> Emoji in Vim

  • Plug 'neoclide/coc.nvim' --> Intellisense engine for vim8 & neovim, full language server protocol support as VSCode

  • Plug 'romainl/vim-qf' --> collection of settings, commands and mappings put together to make working with the location list/window and the quickfix list/window smoother

    Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
    :so %
    :PlugInstall
    :CocInstall coc-json coc-html coc-css
    $ gem install solargraph
    :CocInstall coc-solargraph
    

SynthWave

Terminal base16 favourites themes

  • base16_3024
  • base16_apathy
  • base16_atelier-dune
  • base16_atelier-dune-light
  • base16_atelier-estuary-light
  • base16_harmonic-dark
  • base16_hopscotch
  • base16_irblack
  • base16_marrakesh
  • base16_materia
  • base16_atelier-plateau-light
  • base16_mexico-light
  • base16_brewer
  • base16_bright
  • base16_chalk

Fonts

Gamified experience to help you find your true love of coding fonts!

List of best Coding Fonts on CSS-Tricks

Programming font comparison

Click to expand!

Improve Font Rendering on Debian 8 By Installing Infinality and Ubuntu Fonts describes how to use OSX style

Vim articles, cheat sheets, tutorials

Shell(Terminal emulator)

JSHint for Vim

  • Install NodeJS and JSHint

    $ sudo apt install nodejs
    $ sudo apt-get install npm
    $ sudo npm install -g jshint
    
  • Create global configuration ~/.jshintrc. Good example with all options explained is here

About

A set of my Vim, Git, and shell configurations 📂

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published