mirror of https://github.com/LazyVim/starter
Move them to plugin 1. dap need to be loaded before it is configured 2. Copilot command is missing, so we use canonical setup |
||
---|---|---|
lua | ||
.DS_Store | ||
.gitignore | ||
.neoconf.json | ||
LICENSE | ||
README.md | ||
coc-settings.json | ||
init.lua | ||
lazy-lock.json | ||
lazyvim.json | ||
stylua.toml |
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
- Install the
neovim-remote
package:pip install neovim-remote
- Start Neovide with the following command:
Use this command for future launches.neovide -- --listen /tmp/nvimsocket
- Configure Sync settings in
skim
:- Command:
This will output a path likewhich nvr
/Users/yourname/.local/bin/nvr
. Use this as the command. - Parameters:
--servername /tmp/nvimsocket +"%line" "%file"
- Command:
- 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
- Navigate to
~/.local/share/nvim/lazy/coc.nvim
:cd ~/.local/share/nvim/lazy/coc.nvim
- Run the following commands:
yarn install yarn build