Installed new helix like colorscheme
This commit is contained in:
2
gui.vim
2
gui.vim
@@ -1,4 +1,4 @@
|
||||
set background=dark
|
||||
set termguicolors
|
||||
set t_Co=256
|
||||
colorscheme lanox
|
||||
colorscheme gloom-vim
|
||||
|
||||
5
init.vim
5
init.vim
@@ -53,9 +53,8 @@ autocmd TermOpen * setlocal nospell nonumber norelativenumber
|
||||
nnoremap <silent> <tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bnext<CR>
|
||||
nnoremap <silent> <s-tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bprevious<CR>
|
||||
|
||||
" toggle folding in normal mode with <space>
|
||||
nnoremap <space> za
|
||||
nnoremap <S-space> zA
|
||||
" disable folding
|
||||
set nofoldenable
|
||||
|
||||
let &packpath = &runtimepath
|
||||
source ~/.config/nvim/plug.vim
|
||||
|
||||
7
plug.vim
7
plug.vim
@@ -1,11 +1,7 @@
|
||||
" Specify a directory for plugins
|
||||
call plug#begin(stdpath('data') . '/plugged')
|
||||
" Colourthemes
|
||||
Plug 'ayu-theme/ayu-vim'
|
||||
Plug 'tjammer/blayu.vim'
|
||||
Plug 'adonaldson/vim-tictoc'
|
||||
Plug 'lanox/lanox-vim-theme'
|
||||
Plug 'fenetikm/falcon'
|
||||
Plug 'balanceiskey/gloom-vim'
|
||||
|
||||
" Editor extensions
|
||||
Plug 'neomake/neomake'
|
||||
@@ -36,7 +32,6 @@ Plug 'chikamichi/mediawiki.vim'
|
||||
|
||||
" Syntaxhighlighting for .toml files
|
||||
" Extras for rust
|
||||
|
||||
Plug 'cespare/vim-toml'
|
||||
Plug 'racer-rust/vim-racer'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user