A set of Vim, Git, Terminal/Shell, etc. configuration files.
" Nice-looking configuration
set background=light
let g:gruvbox_contrast_light='soft'
let g:gruvbox_contrast_dark='soft'
let g:gruvbox_italic=1
let g:gruvbox_guisp_fallback='bg'
color gruvbox
railscasts
xoria256
seoul256 let g:seoul256_background = 233
codeschool
underwater-mod
blue (Out of the box)
herokudoc
rootwater
dracula
Tomorrow-Night-Blue
oxeded
lucius
corporation
oceanblack
transparent
molokai
moria
flattened_light
Slate
neon
no_quarter
matrix
cobalt2
lightcolors
laederon
gor
golden
freya
eclipse
dw_green
desert
desertEx
darker-robin
cloudy
chlordane
candy
breeze
borland
black_angus
bensday
PaperColor
seti
spring-night
iceberg
termschool
one set background=dark
set bg=dark " light
" set bg=light
let g:one_allow_italics = 1
color one
onedark.vim let g:onedark_terminal_italics=1
Collections:
inoremap jk <Esc>
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 inspired colour theme for VS Code 🌅🕶
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
Gamified experience to help you find your true love of coding fonts!
List of best Coding Fonts on CSS-Tricks
Improve Font Rendering on Debian 8 By Installing Infinality and Ubuntu Fonts describes how to use OSX style
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