add some features
This commit is contained in:
parent
b6b82216d2
commit
da87fc4247
|
@ -49,3 +49,4 @@ map("n", "<leader>s", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]])
|
|||
|
||||
-- Reset highlight
|
||||
map("n", "<CR>", "<CMD>noh<CR><CR>")
|
||||
|
||||
|
|
|
@ -42,5 +42,8 @@ o.timeoutlen = 500
|
|||
|
||||
-- Spell check
|
||||
opt.spelllang = 'en_us'
|
||||
opt.spell = false
|
||||
opt.spell = true
|
||||
|
||||
-- Markdown
|
||||
global.mkdp_browser = '/usr/bin/firefox'
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ return {
|
|||
},
|
||||
},
|
||||
}
|
||||
vim.keymap.set("n", "<leader>nt", "<CMD>Neotree toggle<CR>")
|
||||
vim.keymap.set("n", "<leader>o", "<CMD>Neotree focus<CR>")
|
||||
vim.keymap.set("n", "<leader>pw" , "<CMD>Neotree toggle<CR>")
|
||||
vim.keymap.set("n", "<leader>cw", "<CMD>Neotree focus<CR>")
|
||||
end,
|
||||
}
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"kylechui/nvim-surround",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- vim - surround maps
|
||||
})
|
||||
vim.keymap.set("n", "<leader>`", "ysiw`")
|
||||
vim.keymap.set("n", "<leader>'", "ysiw'")
|
||||
vim.keymap.set("n", '<leader>"', 'ysiw"')
|
||||
end
|
||||
}
|
|
@ -69,3 +69,58 @@ popstar
|
|||
Spiderman
|
||||
favourite
|
||||
colour
|
||||
pre
|
||||
DockerCoin
|
||||
Dockercoins
|
||||
DockerCoins
|
||||
microservices
|
||||
POSTed
|
||||
Autoscaling
|
||||
rollout
|
||||
stateful
|
||||
failover
|
||||
cron
|
||||
database
|
||||
database
|
||||
database
|
||||
kubelet
|
||||
kube
|
||||
Kubectl
|
||||
CLI
|
||||
TLS
|
||||
namespaces
|
||||
namespace
|
||||
EKS
|
||||
GKE
|
||||
AKS
|
||||
minikube
|
||||
etcd
|
||||
timestamp
|
||||
kylechui
|
||||
nvim
|
||||
VeryLazy
|
||||
UDP
|
||||
TCP
|
||||
proxying
|
||||
userland
|
||||
IPAM
|
||||
firewalling
|
||||
NodePort
|
||||
Multus
|
||||
IPs
|
||||
k3d
|
||||
microk8s
|
||||
KinD
|
||||
loadbalancer
|
||||
bson
|
||||
ToStandard
|
||||
ContentHeader
|
||||
argContent
|
||||
CmdAction
|
||||
rcvCustomContent
|
||||
CmdQuantity
|
||||
accountHeader
|
||||
AccountNumber
|
||||
UCode
|
||||
ParentUUID
|
||||
ContentData
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue