simplify neovim config to use native lsp and dap with minimal plugins
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
benchmarks:
|
||||
defaults:
|
||||
concurrency: 2
|
||||
requests: 200
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
k9s:
|
||||
cluster: arn:aws:eks:us-west-2:008675491430:cluster/dp-cluster-msg133
|
||||
namespace:
|
||||
active: msgdp-dev2
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- all
|
||||
- msgdp-dev2
|
||||
- qa4-automation-dp
|
||||
- default
|
||||
view:
|
||||
active: v1/pods
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
proxy: null
|
||||
@@ -0,0 +1,4 @@
|
||||
benchmarks:
|
||||
defaults:
|
||||
concurrency: 2
|
||||
requests: 200
|
||||
@@ -0,0 +1,12 @@
|
||||
k9s:
|
||||
cluster: default
|
||||
namespace:
|
||||
active: default
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- default
|
||||
view:
|
||||
active: po
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
proxy: null
|
||||
@@ -0,0 +1,4 @@
|
||||
benchmarks:
|
||||
defaults:
|
||||
concurrency: 2
|
||||
requests: 200
|
||||
@@ -0,0 +1,18 @@
|
||||
k9s:
|
||||
cluster: kubernetes
|
||||
namespace:
|
||||
active: cp-automation-bmdp
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- cp-automation-bmdp
|
||||
- vdp
|
||||
- cp-automation-dp
|
||||
- all
|
||||
- cp1-ns
|
||||
- default
|
||||
- nperf12-my-ns
|
||||
view:
|
||||
active: v1/namespaces
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
proxy: null
|
||||
@@ -13,7 +13,7 @@ k9s:
|
||||
reactive: false
|
||||
noIcons: false
|
||||
defaultsToFullScreen: false
|
||||
skin: default-light
|
||||
skin: default-dark
|
||||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
|
||||
Reference in New Issue
Block a user