Starter template for LazyVim
Go to file
flin16 10bdf310aa Now c and x will only enter loops 2025-06-12 16:21:40 -05:00
lua Now c and x will only enter loops 2025-06-12 16:21:40 -05:00
.DS_Store Auto commit 2025-05-24 18:48:16 -05:00
.gitignore feat(plugins): configure blink.cmp to enable conditionally 2025-06-04 19:34:57 -05:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md docs(readme): add installation instructions for dependencies and tools 2025-06-04 17:51:20 -05:00
coc-settings.json style(plugins): clean up commented code for avante.nvim 2025-06-11 11:08:22 -05:00
init.lua Auto commit 2025-05-24 18:48:16 -05:00
lazy-lock.json feat(plugins): add avante.nvim with OpenAI provider support 2025-06-04 17:11:09 -05:00
lazyvim.json feat(plugins): add JSON language support 2025-06-12 15:41:01 -05:00
stylua.toml feat: initial commit 2023-01-07 10:20:36 +01:00

README.md

Fork Information

Optional: Required Dependencies to Run tex Formatter

To use the tex formatter, install the following Perl modules:

brew install cpanminus
sudo cpanm File::HomeDir File::Which YAML::Tiny

Optional: Install lazygit

To install lazygit, use:

brew install lazygit

To launch, use <leader>gg.

Mandatory: Reverse Search Configuration

  1. Install the neovim-remote package:
    pip install neovim-remote
    
  2. Start Neovide with the following command:
    neovide -- --listen /tmp/nvimsocket
    
    Use this command for future launches.
  3. Configure Sync settings in skim:
    • Command:
      which nvr
      
      This will output a path like /Users/yourname/.local/bin/nvr. Use this as the command.
    • Parameters:
      --servername /tmp/nvimsocket +"%line" "%file"
      
  4. Create an alias for convenience:
    alias neovide="neovide -- --listen /tmp/nvimsocket"
    

Optional: Install Stylua

Stylua is an optional code formatter you can install.

Optional: Install fd

fd is a file search system. Install it using:

brew install fd

Install coc.nvim

  1. Navigate to ~/.local/share/nvim/lazy/coc.nvim:
    cd ~/.local/share/nvim/lazy/coc.nvim
    
  2. Run the following commands:
    yarn install
    yarn build