Here's my neovim editor config file
- Nerd Fonts (Optional with manual intervention: See Documentation on customizing icons)
- Neovim 0.8+ (Not including nightly)
- Tree-sitter CLI (Note: This is only necessary if you want to use
auto_installfeature with Treesitter) - Astronvim
- A clipboard tool is necessary for the integration with the system clipboard (see
:help clipboard-toolfor supported solutions) - Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using)
- Optional Requirements:
- ripgrep - live grep telescope search (
<leader>fw) - lazygit - git ui toggle terminal (
<leader>tlor<leader>gg) - go DiskUsage() - disk usage toggle terminal (
<leader>tu) - bottom - process viewer toggle terminal (
<leader>tt) - Python - python repl toggle terminal (
<leader>tp) - Node - node repl toggle terminal (
<leader>tn)
- ripgrep - live grep telescope search (
- Markdown preview display issue
If you confirm that there is no problem with node, it may be a markdown plugin automatic
download configuration error, I don't know if this is an issue with Astronvim or a problem
with the markdown plugin, in my four notebooks, three have such a problem.
Usenode --versionto determine if node is installedcd ~/.local/share/nvim/lazy/ rm -rf markdown-preview.nvim git clone https://github.com/iamcco/markdown-preview.nvim.git cd markdown-preview.nvim npx --yes yarn install npx --yes yarn build
Author: NichloasChiu
Date of creation: 2024-03-21
Contact information: Email