changed some settings
This commit is contained in:
parent
3e941e88b0
commit
b6b82216d2
|
@ -1,5 +1,6 @@
|
||||||
local global = vim.g
|
local global = vim.g
|
||||||
local o = vim.o
|
local o = vim.o
|
||||||
|
local opt = vim.opt
|
||||||
|
|
||||||
-- Copilot
|
-- Copilot
|
||||||
global.copilot_assume_mapped = true
|
global.copilot_assume_mapped = true
|
||||||
|
@ -39,3 +40,7 @@ o.colorcolumn = '80'
|
||||||
|
|
||||||
o.timeoutlen = 500
|
o.timeoutlen = 500
|
||||||
|
|
||||||
|
-- Spell check
|
||||||
|
opt.spelllang = 'en_us'
|
||||||
|
opt.spell = false
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'fatih/vim-go',
|
||||||
|
}
|
|
@ -0,0 +1,71 @@
|
||||||
|
Dockerfile
|
||||||
|
jpetazzo
|
||||||
|
github
|
||||||
|
repo
|
||||||
|
https
|
||||||
|
dockerfile
|
||||||
|
Makefile
|
||||||
|
Dockerfiles
|
||||||
|
Docker's
|
||||||
|
linux
|
||||||
|
CPUS
|
||||||
|
CPUs
|
||||||
|
devicemapper
|
||||||
|
IPv4
|
||||||
|
VLANs
|
||||||
|
iptables
|
||||||
|
subnet
|
||||||
|
DNAT
|
||||||
|
untrusted
|
||||||
|
loopback
|
||||||
|
veth
|
||||||
|
VOIP
|
||||||
|
Erlang
|
||||||
|
DNS
|
||||||
|
CNI
|
||||||
|
Kubernates
|
||||||
|
CNM
|
||||||
|
IPVS
|
||||||
|
GW
|
||||||
|
CIDR
|
||||||
|
multiple
|
||||||
|
Redis
|
||||||
|
SRV
|
||||||
|
backends
|
||||||
|
HAProxy
|
||||||
|
NGINX
|
||||||
|
backend
|
||||||
|
balancer
|
||||||
|
ubuntu
|
||||||
|
busybox
|
||||||
|
bg
|
||||||
|
config
|
||||||
|
SIGNIT
|
||||||
|
REPL
|
||||||
|
Eval
|
||||||
|
TUI
|
||||||
|
doenst
|
||||||
|
src
|
||||||
|
UID
|
||||||
|
metadata
|
||||||
|
CMD
|
||||||
|
yaml
|
||||||
|
reconfiguring
|
||||||
|
orchestrator
|
||||||
|
kubernetes
|
||||||
|
stdin
|
||||||
|
syslog
|
||||||
|
stderr
|
||||||
|
sdtout
|
||||||
|
kibana
|
||||||
|
elasticsearch
|
||||||
|
GELK
|
||||||
|
ElasticSearch
|
||||||
|
GELF
|
||||||
|
Logstash
|
||||||
|
UI
|
||||||
|
scarch
|
||||||
|
popstar
|
||||||
|
Spiderman
|
||||||
|
favourite
|
||||||
|
colour
|
Binary file not shown.
Loading…
Reference in New Issue