From 2498d8b72b79de056456273b2d437bd0054b5055 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 18 Feb 2025 09:21:35 +0700 Subject: [PATCH] config(nvim): update keymap --- data/newsboat/urls | 1 + data/nvim/init.lua | 4 +++- data/zsh/bottom-zshrc | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/newsboat/urls b/data/newsboat/urls index 2c9530c..b32f5c9 100644 --- a/data/newsboat/urls +++ b/data/newsboat/urls @@ -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" diff --git a/data/nvim/init.lua b/data/nvim/init.lua index 89d924c..2009c75 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -252,7 +252,7 @@ require("lazy").setup({ desc = "Grep", }, { - "s", + "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() diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 857bceb..ec1ce0d 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -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