Update .config/nvim/init.lua

Update .config/fish/config.fish
This commit is contained in:
Anton Volnuhin 2023-05-15 03:52:09 +03:00
parent 8a9c3d9199
commit d46a1d33a6
2 changed files with 8 additions and 5 deletions

View File

@ -21,13 +21,13 @@ require("lazy").setup({
{ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" },
{ "nvim-telescope/telescope.nvim", tag = "0.1.1", dependencies = { "nvim-lua/plenary.nvim" } },
{ "ojroques/nvim-osc52" },
{ "nvim-tree/nvim-tree.lua" },
{ "nvim-tree/nvim-tree.lua"},
{ "jeffkreeftmeijer/vim-numbertoggle" },
{ "lukas-reineke/indent-blankline.nvim" },
{ "mbbill/undotree" },
{ "mbbill/undotree"},
{ "phaazon/hop.nvim" },
{ "edluffy/hologram.nvim" },
{ "echasnovski/mini.nvim", version = "*" },
{ "edluffy/hologram.nvim", lazy=true },
{ "echasnovski/mini.nvim", version = "*"},
{
"williamboman/mason.nvim",
build = ":MasonUpdate", -- :MasonUpdate updates registry contents

View File

@ -6,7 +6,6 @@ set fish_color_valid_path
# Commands to run in interactive sessions can go here
if status is-interactive
atuin init fish --disable-up-arrow | source
# >>> conda initialize >>>
@ -27,6 +26,10 @@ alias b "bat -p --pager=never"
alias l "ls -la"
abbr lsn littlesnitch
function sss
python ~/.config/scripts/ss.py --model gpt-3.5-turbo $argv
end
function ss
python ~/.config/scripts/ss.py $argv
end