Tag: nvim

  • Neovim with native plugin manager

    I have recently been stripping down my Neovim configuration. My goal is to rely more on the built-in features in Neovim. This seems to be a good strategy, as the number of improvements and features organically replaces the plugins I was already using: Neovim 0.10 introduced commenting functionality, native LSP support was added in version…

  • Neovim with native LSP

    The Language Server Protocol (LSP) implementation in neovim 0.11.0 has been rewritten making it possible for mere mortals to rely on the native LSP capabilities within neovim. Here is an example: The vim.lsp.enable API tells neovim to auto-start the listed LSP’s based on the LSP configuration in ~/.config/nvim/lsp. In these examples, the LSP’s will be…