Change vim theme => gruvbox. Remove highlight of badly spelled words
This commit is contained in:
parent
8681c495f2
commit
bc5750fd03
@ -71,9 +71,7 @@ Plug 'junegunn/goyo.vim' " Distraction-free writing in Vim
|
||||
|
||||
** Themes
|
||||
#+BEGIN_SRC conf
|
||||
Plug 'chriskempson/base16-vim' " Base16 for Vim
|
||||
Plug 'morhetz/gruvbox' " Retro groove color scheme for Vim
|
||||
Plug 'jacoborus/tender.vim' " A 24bit colorscheme for Vim, Airline and Lightline
|
||||
#+END_SRC
|
||||
|
||||
** Snippnets and autocompletion
|
||||
@ -285,8 +283,7 @@ set background=dark
|
||||
let base16colorspace=256
|
||||
|
||||
try
|
||||
" colorscheme tender
|
||||
colorscheme base16-default-dark
|
||||
colorscheme gruvbox
|
||||
catch
|
||||
endtry
|
||||
|
||||
@ -306,6 +303,12 @@ set nocursorcolumn
|
||||
|
||||
" Always show the status line
|
||||
set laststatus=2
|
||||
|
||||
" Underline for bad spelled words
|
||||
hi clear SpellBad
|
||||
hi SpellBad cterm=underline
|
||||
" Set style for gVim
|
||||
hi SpellBad gui=undercurl
|
||||
#+END_SRC
|
||||
|
||||
** Files, backups and undo
|
||||
@ -419,8 +422,8 @@ endfunction
|
||||
|
||||
** GUI related
|
||||
#+BEGIN_SRC conf
|
||||
set guifont=SauceCodePro\ Nerd\ Font:h13
|
||||
set gfn=SauceCodePro\ Nerd\ Font,Hack\ 14,Bitstream\ Vera\ Sans\ Mono\ 11
|
||||
set guifont=Hack\ Nerd\ Font\ Mono:h13
|
||||
set gfn=Hack\ Nerd\ Font\ Mono:h13
|
||||
|
||||
" Disable scrollbars
|
||||
set guioptions-=r
|
||||
|
23
install.org
23
install.org
@ -26,7 +26,6 @@ abook - Address book with mutt support
|
||||
elinks - Text mode web browser
|
||||
lbdb - Little brother's database for the mutt mail reader
|
||||
mu - Tool for searching e-mail messages stored in the maildir-format
|
||||
contacts - Command-line tool to access macOS's Contacts (formerly 'Address Book')
|
||||
ripmime - Extract attachments out of MIME encoded email packages
|
||||
shared-mime-info - Database of common MIME types
|
||||
|
||||
@ -49,7 +48,6 @@ arduino-mk - Makefile for Arduino sketches
|
||||
| =ranger= | File browser |
|
||||
| =vifm= | Ncurses based file manager with vi like keybindings |
|
||||
| =tree= | Display directories as trees (with optional color/HTML output) |
|
||||
| =launch= | Command-line launcher for macOS, in the spirit of 'open' |
|
||||
| =p7zip= | 7-Zip (high compression file archiver) implementation |
|
||||
| =unrar= | Extract, view, and test RAR archives |
|
||||
| =atool= | script for managing file archives of various types |
|
||||
@ -84,12 +82,9 @@ moreutils - Collection of tools that nobody wrote when UNIX was young
|
||||
| =hugo= | Configurable static site generator |
|
||||
| =markdown= | Text-to-HTML conversion tool |
|
||||
| =musikcube= | A cross-platform, terminal-based music player |
|
||||
| =ncurses= | Text-based UI library |
|
||||
| =openssl= | Cryptography and SSL/TLS Toolkit |
|
||||
| =openvpn= | SSL/TLS VPN implementing OSI layer 2 or 3 secure network extension |
|
||||
| =sdl= | Low-level access to audio, keyboard, mouse, joystick and graphics |
|
||||
| =ssh= | copy-id - Add a public key to a remote machine's authorized_keys file |
|
||||
| =terminal= | notifier - Send macOS User Notifications from the command-line |
|
||||
| =texinfo= | Official documentation format of the GNU project |
|
||||
| =weechat= | Extensible IRC client |
|
||||
| =wego= | Weather app for the terminal |
|
||||
@ -97,21 +92,3 @@ moreutils - Collection of tools that nobody wrote when UNIX was young
|
||||
| =imagemagick= | Tools and libraries to manipulate images in many formats |
|
||||
| =glances= | Alternative to top/htop |
|
||||
| =pandoc= | Swiss-army knife of markup format conversion |
|
||||
|
||||
* Applications
|
||||
| =airflow= | Watch local content on Apple TV and Chromecast |
|
||||
| =angry-ip-scanner= | Fast and friendly network scanner |
|
||||
| =arduino= | Arduino IDE |
|
||||
| =font-hack-nerd-font= | Iconic font aggregator |
|
||||
| =kap= | An open-source screen recorder built with web technology |
|
||||
| =karabiner-elements= | powerful utility for keyboard customization on macOS |
|
||||
| =launchcontrol= | Create, manage and debug launchd(8) services |
|
||||
| =mactex= | The MacTeX Distribution |
|
||||
| =nmap= | the Network Mapper - Free Security Scanner |
|
||||
| =numi= | Beautiful calculator app for Mac |
|
||||
| =virtualbox= | VirtualBox |
|
||||
| =vlc= | the best Open Source player |
|
||||
| =castnow= | Commandline chromecast player |
|
||||
| =fast-cli= | Test your download speed using fast.com |
|
||||
| =neovim= | Neovim client API and neovim remote plugin provider |
|
||||
| =wunderline= | Wunderlist for your command line |
|
||||
|
Loading…
Reference in New Issue
Block a user