Fabrice Mouhartem 623718af3a
feat!(lsp): use ltex-plus instead of ltex
- BREAKING CHANGE: it is now required to install ltex-plus on the
  different machines
- Add some exceptions for `false friends` in English
2025-02-25 11:40:33 +01:00

1.1 KiB
Raw Blame History

In this repository lies my Nevis configuration starting from kickstart.nvim.

The provided init.lua file has then been split into (tentatively) semantically consistent files inside lua/ and personal customizations have been applied.

The process to design this configuration and some thoughts can be found here.

Note that if the global principles remain true, the blog post dates from December 2023, and things may have changed a bit since then. Just use it as a reference for my rationals.

Testing it

To try it, you can use the NVIM_APPNAME environment variable:

For instance, you can create clone this repository inside $HOME/.config/kicknvim and then add to your shell configuration:

export NVIM_APPNAME="$HOME/.config/kicknvim"

LSP dependencies

This configuration requires some LSP servers to be installed on your machine (usually because its unavailable in mason). These packages are:

  • rust-analyzer
  • ltex-ls-plus