1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-04-26 16:51:35 +00:00

[neovim/.zshrc] inlyne integration

This commit is contained in:
2026-04-19 17:40:24 +02:00
parent b5b1bf478c
commit 08a9870b3d
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -81,6 +81,11 @@ require("lazy").setup({
},
{ "taybart/b64.nvim", event = "VeryLazy" },
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
{
"nemanjamalesija/smart-paste.nvim",
event = "VeryLazy",
config = true,
},
{
"https://codeberg.org/andyg/leap.nvim",
config = function()
+1
View File
@@ -61,6 +61,7 @@ alias tfa='terraform apply -auto-approve'
alias tfp='terraform plan'
alias vim=nvim
alias yayU='yay -Suy --noconfirm'
alias inlyne='inlyne --scale 2 --theme dark'
##### Functions to be used from command line #####