Use monokai colorscheme in vim.
This commit is contained in:
parent
b86b3d4fac
commit
5d524057ce
24
vimrc
24
vimrc
@ -84,8 +84,9 @@ Plug 'c-cube/vim-tptp'
|
||||
|
||||
Plug 'sirtaj/vim-openscad'
|
||||
|
||||
Plug 'nanotech/jellybeans.vim'
|
||||
Plug 'sonph/onehalf', { 'rtp': 'vim' }
|
||||
" Plug 'nanotech/jellybeans.vim'
|
||||
" Plug 'sonph/onehalf', { 'rtp': 'vim' }
|
||||
Plug 'polirritmico/monokai-nightasty.nvim'
|
||||
|
||||
" Plug '~/dgapt', { 'rtp': 'vim' }
|
||||
|
||||
@ -145,7 +146,7 @@ set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si
|
||||
set noml mls=5 " scan 5 lines for modelines
|
||||
syn on " enable syntax highlighting
|
||||
set hls " highlight search
|
||||
set bg=dark " dark background
|
||||
" set bg=dark " dark background
|
||||
se foldlevel=99
|
||||
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
||||
set nobackup
|
||||
@ -169,12 +170,13 @@ let g:jellybeans_overrides = {
|
||||
\ 'SignColumn': { 'guibg': '191919' },
|
||||
\}
|
||||
|
||||
if exists('g:started_by_firenvim')
|
||||
set bg=light
|
||||
colors onehalflight
|
||||
else
|
||||
colors jellybeans
|
||||
endif
|
||||
" if exists('g:started_by_firenvim')
|
||||
" set bg=light
|
||||
" colors onehalflight
|
||||
" else
|
||||
" colors jellybeans
|
||||
" endif
|
||||
colors monokai-nightasty
|
||||
|
||||
au syntax java setl ts=4 sts=4 sw=4
|
||||
|
||||
@ -317,10 +319,12 @@ local lspconfig = require('lspconfig')
|
||||
lspconfig.lua_ls.setup(luadev)
|
||||
lspconfig.ccls.setup{}
|
||||
lspconfig.pylsp.setup{}
|
||||
lspconfig.tsserver.setup{}
|
||||
lspconfig.ts_ls.setup{}
|
||||
lspconfig.texlab.setup{}
|
||||
lspconfig.terraformls.setup{}
|
||||
|
||||
-- require'monokai-nightasty'.load{ }
|
||||
|
||||
--vim.lsp.set_log_level("debug")
|
||||
|
||||
require('rust-tools').setup{}
|
||||
|
Loading…
Reference in New Issue
Block a user