changes from desktop
This commit is contained in:
@@ -20,3 +20,7 @@ function pyenv
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# bun
|
||||||
|
set --export BUN_INSTALL "$HOME/.bun"
|
||||||
|
set --export PATH $BUN_INSTALL/bin $PATH
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
" Check if vim-plug is not installed
|
|
||||||
if empty(glob('~/.local/share/nvim/site/autoload/plug.vim'))
|
|
||||||
" Display a message to the user
|
|
||||||
echo "Installing vim-plug..."
|
|
||||||
" Run the installation command
|
|
||||||
call system('sh -c ''curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim''')
|
|
||||||
" Display a message to inform the user that the installation has completed
|
|
||||||
echo "vim-plug installed successfully. Please restart Neovim."
|
|
||||||
endif
|
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
|
||||||
|
|
||||||
" Add your plugins here, for example:
|
|
||||||
Plug 'preservim/nerdtree'
|
|
||||||
Plug 'github/copilot.vim'
|
|
||||||
|
|
||||||
call plug#end()
|
|
||||||
|
|
||||||
|
|
||||||
" set tab to 4 spaces for neovim
|
|
||||||
set tabstop=4
|
|
||||||
@@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"plugin": [
|
"plugin": [
|
||||||
"superpowers@git+https://github.com/obra/superpowers.git",
|
"@fission-ai/openspec@latest",
|
||||||
|
"superpowers@git+https://github.com/obra/superpowers.git",
|
||||||
"opencode-snip@latest",
|
"opencode-snip@latest",
|
||||||
"@tarquinen/opencode-dcp@latest",
|
"@tarquinen/opencode-dcp@latest",
|
||||||
"@ramtinj95/opencode-tokenscope",
|
"@ramtinj95/opencode-tokenscope",
|
||||||
"@slkiser/opencode-quota",
|
"@slkiser/opencode-quota",
|
||||||
"envsitter-guard@latest",
|
"envsitter-guard@latest",
|
||||||
"opencode-mystatus"
|
"opencode-mystatus",
|
||||||
|
"oh-my-openagent@latest",
|
||||||
|
"opentmux"
|
||||||
],
|
],
|
||||||
"command": {
|
"command": {
|
||||||
"mystatus": {
|
"mystatus": {
|
||||||
@@ -18,7 +21,11 @@
|
|||||||
"mcp": {
|
"mcp": {
|
||||||
"with-context": {
|
"with-context": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"command": ["npx", "-y", "with-context-mcp"],
|
"command": [
|
||||||
|
"npx",
|
||||||
|
"-y",
|
||||||
|
"with-context-mcp"
|
||||||
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"OBSIDIAN_API_KEY": "{env:OBSIDIAN_API_KEY}",
|
"OBSIDIAN_API_KEY": "{env:OBSIDIAN_API_KEY}",
|
||||||
"OBSIDIAN_API_URL": "{env:OBSIDIAN_API_URL}",
|
"OBSIDIAN_API_URL": "{env:OBSIDIAN_API_URL}",
|
||||||
|
|||||||
Reference in New Issue
Block a user