Skip to content

Commit

Permalink
Minimize vim setup to LazyVim. Remove old plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed Sep 20, 2024
1 parent cf6bf0c commit 8c8b61c
Show file tree
Hide file tree
Showing 57 changed files with 6 additions and 1,427 deletions.
3 changes: 3 additions & 0 deletions alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[shell]
program = "/bin/zsh"
# args = ["zellij"]
File renamed without changes.
4 changes: 0 additions & 4 deletions gitconfig/neadwerx

This file was deleted.

30 changes: 2 additions & 28 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
quiet: true

- link:
~/.gitconfig: gitconfig/common
~/.gitconfig-neadwerx: gitconfig/neadwerx
~/.config/nvim/init.vim: vimrc
~/.tmux.conf:
~/.default-gems:
~/.gitconfig:
~/.aliases:
~/.asdfrc:
~/.psqlrc:
Expand All @@ -22,42 +18,20 @@
~/.rgignore:
~/.railsrc:
~/.zshrc:
~/.config/alfred: alfred
~/.config/alacritty.toml: alacritty.toml
~/Brewfile: Brewfile
~/.config/nvim/UltiSnips:
glob: true
path: vim/snippets/*
~/.config/nvim/vim_plugins_term:
glob: true
path: vim/plugins_term/*
~/.config/nvim/vim_plugins_all:
glob: true
path: vim/plugins_all/*
~/.tmuxp/:
glob: true
path: tmuxp/*
~/.zsh/config/fzf: zsh/config/fzf
~/.zsh/config/mac:
if: "[ `uname` = Darwin ]"
path: zsh/config/mac
~/.zsh/config/linux:
if: "[ `uname` = Linux ]"
path: zsh/config/linux
~/.zsh/config/yarn: zsh/config/yarn
~/.zsh/config/tmux: zsh/config/tmux
~/.zsh/config/ripgrep: zsh/config/ripgrep

- shell:
- [
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)",
"Checking for HomeBrew and installing if necessary...",
]
- [
curl -sfLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim,
"Downloading and Installing Vim-Plug...",
]
- [
nvim +PlugUpgrade +PlugInstall +PlugUpdate +UpdateRemotePlugins +PlugClean! +qall,
"Installing and Updating Plugins...",
]
- [touch ~/.psqlrc.local, "Creating empty psqlrc.local file"]
98 changes: 0 additions & 98 deletions tmux.conf

This file was deleted.

12 changes: 0 additions & 12 deletions tmuxp/.tmuxp/lucky.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions tmuxp/.tmuxp/rails.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tmuxp/lucky.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tmuxp/rails.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tmuxp/shard.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_all/closetag

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_all/commentary

This file was deleted.

7 changes: 0 additions & 7 deletions vim/plugins_all/easy_align

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_all/endwise

This file was deleted.

31 changes: 0 additions & 31 deletions vim/plugins_all/fzf

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_all/repeat

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_term/abolish

This file was deleted.

48 changes: 0 additions & 48 deletions vim/plugins_term/ale

This file was deleted.

16 changes: 0 additions & 16 deletions vim/plugins_term/better_whitespace

This file was deleted.

7 changes: 0 additions & 7 deletions vim/plugins_term/did_you_mean

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_term/emmet

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_term/fugitive

This file was deleted.

8 changes: 0 additions & 8 deletions vim/plugins_term/git_gutter

This file was deleted.

5 changes: 0 additions & 5 deletions vim/plugins_term/lucky

This file was deleted.

Loading

0 comments on commit 8c8b61c

Please sign in to comment.