A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • lazy.nvim

    💤 A modern plugin manager for Neovim

  • The configuration uses Lazy.nvim for neovim-specific package management. As I don't like unicode-emojis, I configured its UI to use ASCII-strings instead.

  • onedark.nvim

    One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles

  • It uses One-Light theme on Mac OS and Gruvbox otherwise. That's because I work on a Mac during the day and my personal machine runs GNU Guix System with XMonad which I have completely themed on Gruvbox.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gruvbox.nvim

    Lua port of the most famous vim colorscheme

  • It uses One-Light theme on Mac OS and Gruvbox otherwise. That's because I work on a Mac during the day and my personal machine runs GNU Guix System with XMonad which I have completely themed on Gruvbox.

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

  • hrsh7th's nvim-cmp is used for auto-completion, as recommended by neovim/nvim-lspconfig.

  • formatter.nvim

  • mhartington/formatter.nvim is used for automatic code formatting. Its configuration also shows how to use nvim_create_augroup and nvim_create_autocmd from Lua.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • neovim/nvim-lspconfig is used for LSP configuration. In particular, lsp-zero.nvim is not needed. But in the configuration, the keybindings from both packages are linked and listed.

  • guess-indent.nvim

    Automatic indentation style detection for Neovim

  • The fantastic nmac427/guess-indent.nvim package is used to automatically detect the indentation scheme when a file is opened.

  • 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
  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • nvim-telescope/telescope.nvim is loaded but I didn't bind it to any keys. Also, I'm not sure if I would really use it. To be honest, I don't like its UI. I would like it to better integrate and stick to the default Neovim-UI instead of creating some sort of modal. Personally, I'd first rather attempt to make :o more convenient; although, of course, Telescope has much more features than file navigation.

  • nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

  • nvim-treesitter/nvim-treesitter is leveraged for better syntax highlighting.

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