Configuring Neovim for writing prose and XML

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • grammar-guard.nvim

    Discontinued Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.

  • I am actually writing a blog post on almost this exact topic! Ltex-ls https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex is not fully integrated yet, add to dictionary doesn't do anything! You can add manually for now in the setup, for example: lua require('lspconfig').ltex.setup { settings = { ltex = { disabledRules = { ['en-US'] = { 'PROFANITY' } }, dictionary = { ['en-US'] = { 'Deno', 'Neovim', 'ltex-ls' } }, }, }, } The above disables a rule, and adds some words to the dictionary. Adding these rules manually is not ideal, but using ltex-ls in Neovim is new and the ability to do these things automatically has not yet been added. Keep an eye on grammar-guard.nvim for these features being added.

  • zen-mode.nvim

    🧘 Distraction-free coding for Neovim

  • https://github.com/folke/zen-mode.nvim is awesome for writing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ltex-ls

    LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others

  • Thanks, I know about the built-in spell checking, but there is an LSP (LTeX) that uses LanguageTool for spell and grammar checking. At least, I found the built-in spellchecker a bit limited when you write a lot of prose, e.g. in academia. As far as I remember, it also does not parse LaTeX and Markdown. But I am maybe wrong about this.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Looking for a markdown editor recommendation.

    2 projects | /r/technicalwriting | 24 Apr 2022
  • Setup neovim for C language

    8 projects | /r/neovim | 14 Aug 2021
  • My 2024 PDE: NeoVim

    2 projects | dev.to | 11 Jan 2024
  • Alternative to vim-textmanip plugin? (move selected blocks of text)

    5 projects | /r/neovim | 8 Dec 2023
  • Open previous git version of file?

    3 projects | /r/neovim | 12 Jul 2023