config(nvim): update keymap

main
sudo pacman -Syu 2025-02-18 09:21:35 +07:00
parent bf62c2b66c
commit 2498d8b72b
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

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