diff --git a/home/dot_config/alacritty/alacritty.yml b/home/dot_config/alacritty/alacritty.yml index 8d3ca4d..0315591 100644 --- a/home/dot_config/alacritty/alacritty.yml +++ b/home/dot_config/alacritty/alacritty.yml @@ -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 diff --git a/home/dot_config/nvim/init.vim.tmpl b/home/dot_config/nvim/init.vim.tmpl index 87b9a68..851f72d 100644 --- a/home/dot_config/nvim/init.vim.tmpl +++ b/home/dot_config/nvim/init.vim.tmpl @@ -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, diff --git a/home/dot_config/pgcli/config b/home/dot_config/pgcli/config index 5c627cb..6f45c4c 100644 --- a/home/dot_config/pgcli/config +++ b/home/dot_config/pgcli/config @@ -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