From e59edbd7eaae15c84898706fb2c4a81e22a8abb9 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:44:39 -0600 Subject: [PATCH] the epoch --- fish/fish | 1 + neovim/README.md | 21 +++++++++++++++++++++ neovim/nvim | 1 + 3 files changed, 23 insertions(+) create mode 120000 fish/fish create mode 100644 neovim/README.md create mode 120000 neovim/nvim diff --git a/fish/fish b/fish/fish new file mode 120000 index 0000000..a63c959 --- /dev/null +++ b/fish/fish @@ -0,0 +1 @@ +/Users/arc/.config/fish/ \ No newline at end of file diff --git a/neovim/README.md b/neovim/README.md new file mode 100644 index 0000000..8fa5921 --- /dev/null +++ b/neovim/README.md @@ -0,0 +1,21 @@ +This config should be located at `~/.config/nvim/init.lua`. + +Dependencies can be installed (via brew) with: +``` +brew install fzf bat ripgrep the_silver_searcher perl universal-ctags fd +``` + +# Quirks and Features +- Use `:Lazy` to manage plugins. +- Use `F2` to rename symbols (VSCode style) +- Arrow keys have been disabled +- Use `ctrl` + `p` to open a file in a new buffer, +switch between them with arrow keys +- Use `:Rg` to quick search files via Ripgrep and open the selected + result + in a new buffer +- Use `:Ag` for `awk` style searching +- This is always a thing, but just in case you weren't aware, jump up +or down lines by doing `x+`, or `x-`, where x is the number of lines you +want to move. + diff --git a/neovim/nvim b/neovim/nvim new file mode 120000 index 0000000..86f7bbe --- /dev/null +++ b/neovim/nvim @@ -0,0 +1 @@ +/Users/arc/.config/nvim/ \ No newline at end of file