add some features

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-06-21 23:59:55 +02:00
parent b6b82216d2
commit da87fc4247
6 changed files with 75 additions and 3 deletions

View File

@ -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>")

View File

@ -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'

View File

@ -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,
}

View File

@ -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
}

View File

@ -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.