Update .config/nvim/init.lua
Update .config/fish/config.fish
This commit is contained in:
parent
8a9c3d9199
commit
d46a1d33a6
@ -21,13 +21,13 @@ require("lazy").setup({
|
|||||||
{ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" },
|
{ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" },
|
||||||
{ "nvim-telescope/telescope.nvim", tag = "0.1.1", dependencies = { "nvim-lua/plenary.nvim" } },
|
{ "nvim-telescope/telescope.nvim", tag = "0.1.1", dependencies = { "nvim-lua/plenary.nvim" } },
|
||||||
{ "ojroques/nvim-osc52" },
|
{ "ojroques/nvim-osc52" },
|
||||||
{ "nvim-tree/nvim-tree.lua" },
|
{ "nvim-tree/nvim-tree.lua"},
|
||||||
{ "jeffkreeftmeijer/vim-numbertoggle" },
|
{ "jeffkreeftmeijer/vim-numbertoggle" },
|
||||||
{ "lukas-reineke/indent-blankline.nvim" },
|
{ "lukas-reineke/indent-blankline.nvim" },
|
||||||
{ "mbbill/undotree" },
|
{ "mbbill/undotree"},
|
||||||
{ "phaazon/hop.nvim" },
|
{ "phaazon/hop.nvim" },
|
||||||
{ "edluffy/hologram.nvim" },
|
{ "edluffy/hologram.nvim", lazy=true },
|
||||||
{ "echasnovski/mini.nvim", version = "*" },
|
{ "echasnovski/mini.nvim", version = "*"},
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
|
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
|
||||||
|
@ -6,7 +6,6 @@ set fish_color_valid_path
|
|||||||
|
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
|
|
||||||
atuin init fish --disable-up-arrow | source
|
atuin init fish --disable-up-arrow | source
|
||||||
|
|
||||||
# >>> conda initialize >>>
|
# >>> conda initialize >>>
|
||||||
@ -27,6 +26,10 @@ alias b "bat -p --pager=never"
|
|||||||
alias l "ls -la"
|
alias l "ls -la"
|
||||||
abbr lsn littlesnitch
|
abbr lsn littlesnitch
|
||||||
|
|
||||||
|
function sss
|
||||||
|
python ~/.config/scripts/ss.py --model gpt-3.5-turbo $argv
|
||||||
|
end
|
||||||
|
|
||||||
function ss
|
function ss
|
||||||
python ~/.config/scripts/ss.py $argv
|
python ~/.config/scripts/ss.py $argv
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user