mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-04-26 20:21:35 +00:00
[neovim/.zshrc] inlyne integration
This commit is contained in:
@@ -81,6 +81,11 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
{ "taybart/b64.nvim", event = "VeryLazy" },
|
{ "taybart/b64.nvim", event = "VeryLazy" },
|
||||||
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
|
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
|
||||||
|
{
|
||||||
|
"nemanjamalesija/smart-paste.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"https://codeberg.org/andyg/leap.nvim",
|
"https://codeberg.org/andyg/leap.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ alias tfa='terraform apply -auto-approve'
|
|||||||
alias tfp='terraform plan'
|
alias tfp='terraform plan'
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias yayU='yay -Suy --noconfirm'
|
alias yayU='yay -Suy --noconfirm'
|
||||||
|
alias inlyne='inlyne --scale 2 --theme dark'
|
||||||
|
|
||||||
##### Functions to be used from command line #####
|
##### Functions to be used from command line #####
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user