Starter template for LazyVim
Go to file
flin16 0d968fd283 Change copilot & dap config
Move them to plugin
1. dap need to be loaded before it is configured
2. Copilot command is missing, so we use canonical setup
2025-06-14 21:42:47 -05:00
lua Change copilot & dap config 2025-06-14 21:42:47 -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 feat(plugins): integrate marks.nvim with custom mappings 2025-06-14 15:20:33 -05:00
init.lua feat(lsp): add custom diagnostics for 'really' usage 2025-06-14 18:30:52 -05:00
lazy-lock.json feat(lsp): add none-ls.nvim plugin for enhanced LSP support 2025-06-14 18:27:46 -05:00
lazyvim.json feat(lsp): add none-ls.nvim plugin for enhanced LSP support 2025-06-14 18:27:46 -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