This commit is contained in:
jay 2023-03-30 01:48:14 +08:00
parent 44241a0e42
commit 7d5ff4d004
3 changed files with 10 additions and 3 deletions

View File

@ -152,7 +152,7 @@ font:
#style: Bold Italic #style: Bold Italic
# Point size # Point size
size: 6.0 size: 7.0
# Offset is the extra space around each character. `offset.y` can be thought # 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 # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -73,6 +73,8 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'codota/tabnine-nvim', { 'do': './dl_binaries.sh' } Plug 'codota/tabnine-nvim', { 'do': './dl_binaries.sh' }
Plug 'rafamadriz/neon'
" temp plugin " temp plugin
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
Plug 'buoto/gotests-vim' Plug 'buoto/gotests-vim'
@ -98,7 +100,7 @@ set laststatus=2
" show cursor position " show cursor position
set ruler set ruler
set cursorline set cursorline
set cursorcolumn " set cursorcolumn
set hlsearch set hlsearch
" no wrap line " no wrap line
set nowrap set nowrap
@ -126,7 +128,7 @@ endfunction
autocmd ColorScheme * call AdaptColorscheme() autocmd ColorScheme * call AdaptColorscheme()
" colorscheme turtles " colorscheme turtles
colorscheme afterglow " colorscheme afterglow
" define leader key " define leader key
@ -320,6 +322,10 @@ let g:fzf_history_dir = '~/.local/share/fzf-history'
lua << EOF lua << EOF
vim.g.neon_style = "dark"
vim.g.neon_transparent = true
vim.cmd[[colorscheme neon]]
require('tabnine').setup({ require('tabnine').setup({
disable_auto_comment=true, disable_auto_comment=true,
accept_keymap="<C-J>", accept_keymap="<C-J>",

View File

@ -202,6 +202,7 @@ output.null = "#808080"
local = postgresql://postgres:chuxu7ec@localhost local = postgresql://postgres:chuxu7ec@localhost
ln-prod = postgresql://postgres:CyMrS127VIx@10.140.0.90 ln-prod = postgresql://postgres:CyMrS127VIx@10.140.0.90
professorx-dev = postgresql://postgres:e8b960296e22@192.168.88.6 professorx-dev = postgresql://postgres:e8b960296e22@192.168.88.6
k8s-gcp-dev = postgresql://postgres:eKZJFdG9L5vaREXN@10.140.0.51:32008
# Format for number representation # Format for number representation
# for decimal "d" - 12345678, ",d" - 12,345,678 # for decimal "d" - 12345678, ",d" - 12,345,678