diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-02-25 10:32:10 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-25 10:32:10 +0000 |
commit | cc688055484c2e17d776c5e7254b33e3f4d7816d (patch) | |
tree | dc88e8fe1a23f03e737cfcc22c93e108ee43bc8b | |
parent | 40cedc32101e1d33eca846ffd9add6aeb7745bbd (diff) |
Update iron configuration
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,6 +149,7 @@ if has("nvim") nnoremap cpr :IronRepl<cr> nmap yr <Plug>(iron-send-motion) xmap R <Plug>(iron-send-motion) + nmap yp <Plug>(iron-repeat-cmd) nmap yrr VR lua << EOF @@ -437,6 +438,7 @@ nnoremap ,cl :set background=light<cr>:colorscheme solarized<cr> nnoremap ,cl :set background=dark<cr>:colorscheme solarized<cr> nnoremap ,cs :colorscheme seoul256<cr> nnoremap ,cn :colorscheme nord<cr> +set notermguicolors colo seoul256 "" Autocommands {{{1 |