update
This commit is contained in:
parent
44241a0e42
commit
7d5ff4d004
@ -152,7 +152,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 6.0
|
||||
size: 7.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
@ -73,6 +73,8 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
|
||||
Plug 'codota/tabnine-nvim', { 'do': './dl_binaries.sh' }
|
||||
|
||||
Plug 'rafamadriz/neon'
|
||||
|
||||
" temp plugin
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'buoto/gotests-vim'
|
||||
@ -98,7 +100,7 @@ set laststatus=2
|
||||
" show cursor position
|
||||
set ruler
|
||||
set cursorline
|
||||
set cursorcolumn
|
||||
" set cursorcolumn
|
||||
set hlsearch
|
||||
" no wrap line
|
||||
set nowrap
|
||||
@ -126,7 +128,7 @@ endfunction
|
||||
autocmd ColorScheme * call AdaptColorscheme()
|
||||
|
||||
" colorscheme turtles
|
||||
colorscheme afterglow
|
||||
" colorscheme afterglow
|
||||
|
||||
|
||||
" define leader key
|
||||
@ -319,6 +321,10 @@ let g:fzf_colors =
|
||||
let g:fzf_history_dir = '~/.local/share/fzf-history'
|
||||
|
||||
lua << EOF
|
||||
|
||||
vim.g.neon_style = "dark"
|
||||
vim.g.neon_transparent = true
|
||||
vim.cmd[[colorscheme neon]]
|
||||
|
||||
require('tabnine').setup({
|
||||
disable_auto_comment=true,
|
||||
|
@ -202,6 +202,7 @@ output.null = "#808080"
|
||||
local = postgresql://postgres:chuxu7ec@localhost
|
||||
ln-prod = postgresql://postgres:CyMrS127VIx@10.140.0.90
|
||||
professorx-dev = postgresql://postgres:e8b960296e22@192.168.88.6
|
||||
k8s-gcp-dev = postgresql://postgres:eKZJFdG9L5vaREXN@10.140.0.51:32008
|
||||
|
||||
# Format for number representation
|
||||
# for decimal "d" - 12345678, ",d" - 12,345,678
|
||||
|
Loading…
Reference in New Issue
Block a user