starter/README.md

1.4 KiB

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