config(nvim): update keymap
parent
bf62c2b66c
commit
2498d8b72b
|
@ -8,6 +8,7 @@ https://github.com/go-gorm/mysql/commits/master.atom "~gorm/mysql"
|
|||
https://github.com/go-sql-driver/mysql/commits/master.atom "~mysql"
|
||||
https://github.com/grpc-ecosystem/grpc-gateway/commits/main.atom "~grpc-gateway"
|
||||
https://github.com/grpc/grpc-go/commits/master.atom "~grpc-go"
|
||||
https://github.com/minio/minio-go/commits/master.atom "~minio-go"
|
||||
https://github.com/protocolbuffers/protobuf-go/commits/master.atom "~protobuf-go"
|
||||
https://github.com/redis/go-redis/commits/master.atom "~go-redis"
|
||||
https://github.com/serengil/deepface/commits/master.atom "~deepface"
|
||||
|
|
|
@ -252,7 +252,7 @@ require("lazy").setup({
|
|||
desc = "Grep",
|
||||
},
|
||||
{
|
||||
"<leader>s",
|
||||
"<Space>s",
|
||||
function()
|
||||
Snacks.picker.lsp_symbols()
|
||||
end,
|
||||
|
@ -527,6 +527,7 @@ require("lazy").setup({
|
|||
ft = {
|
||||
"go",
|
||||
"markdown",
|
||||
"proto",
|
||||
"python",
|
||||
"typst",
|
||||
},
|
||||
|
@ -633,6 +634,7 @@ require("lazy").setup({
|
|||
"ggml-org/llama.vim",
|
||||
ft = {
|
||||
"go",
|
||||
"proto",
|
||||
"python",
|
||||
},
|
||||
config = function()
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# Put this on bottom of ~/.zshrc
|
||||
|
||||
# https://blog.izissise.net/posts/env-path/
|
||||
# https://jvns.ca/blog/2025/02/13/how-to-add-a-directory-to-your-path/
|
||||
typeset -U path PATH
|
||||
|
||||
# Alias
|
||||
|
|
Loading…
Reference in New Issue