update
This commit is contained in:
parent
2b8b39dbc2
commit
bc79913088
@ -69,6 +69,7 @@ Plug 'terryma/vim-multiple-cursors'
|
||||
|
||||
" Plug 'vim-airline/vim-airline'
|
||||
Plug 'nvim-lualine/lualine.nvim'
|
||||
Plug 'romgrk/barbar.nvim'
|
||||
|
||||
Plug 'lukas-reineke/indent-blankline.nvim'
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
@ -87,6 +88,7 @@ Plug 'rust-lang/rust.vim'
|
||||
Plug 'danilo-augusto/vim-afterglow'
|
||||
Plug 'vim-scripts/TaskList.vim'
|
||||
Plug 'google/vim-jsonnet'
|
||||
Plug 'terrastruct/d2-vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
@ -411,19 +413,6 @@ require('lualine').setup {
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
},
|
||||
tabline = {
|
||||
lualine_a = {
|
||||
{
|
||||
"tabs",
|
||||
mode = 2,
|
||||
}
|
||||
},
|
||||
lualine_b = {},
|
||||
lualine_c = {},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {}
|
||||
|
@ -200,6 +200,7 @@ output.null = "#808080"
|
||||
[alias_dsn]
|
||||
# example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname]
|
||||
local = postgresql://postgres:chuxu7ec@localhost
|
||||
home-lab = postgresql://postgres:pass.ok=1@192.168.200.16
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user