let g:endwise_no_mappings = v:true
inoremap <expr> <Plug>CustomCocCR pumvisible() ? coc#_select_confirm() : "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"
imap <CR> <Plug>CustomCocCR<Plug>DiscretionaryEnd
verbose imap <CR>
&@63_AutoPairsReturn
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: pgpool-config | |
labels: | |
name: pgpool-config | |
data: | |
pgpool.conf: |- | |
listen_addresses = '*' | |
port = 9999 |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: nginx | |
spec: | |
selector: | |
matchLabels: | |
app: nginx | |
replicas: 1 | |
template: |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: nginx | |
annotations: | |
# Internal load balancer | |
cloud.google.com/load-balancer-type: "Internal" | |
spec: | |
type: LoadBalancer | |
ports: |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: nginx-conf | |
namespace: re | |
data: | |
nginx.conf: | | |
user nginx; | |
# should equal to `cat /proc/cpuinfo | grep processor | wc -l` | |
worker_processes auto; |
let g:endwise_no_mappings = v:true
inoremap <expr> <Plug>CustomCocCR pumvisible() ? coc#_select_confirm() : "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"
imap <CR> <Plug>CustomCocCR<Plug>DiscretionaryEnd
verbose imap <CR>
&@63_AutoPairsReturn