import-cost.nvim: import costs finally to neovim!

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
  • import-cost.nvim

    Display javascript import costs inside of neovim

  • If you search a package on bundlephobia you get the size of the entire package (see here). However, the entire react module doesn't get bundled and shipped to the client - only what you use does. That's why the npm module, using webpack, can get you more accurate sizes. If you look at import-cost.nvim, the front preview displays this fact: different import statements yield different code bundle sizes (although the npm module doesn't subtract duplicate bundled code). In the screenshot different react imports are different sizes. Not the most perfect analysis tool, but it just gives you insight about what you're using (for example, I didn't expect useFormik to be 9x bigger than useRef).

  • 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
  • import-cost

    displays the import size of the package you are importing inside the code editor

  • I actually tried using treesitter and bundlephobia in my first approach before defaulting to the npm module.

  • gruvbox-material

    Gruvbox with Material Palette

  • My own version of gruvbox-material. Highlights are done here in my dotfiles and the colorscheme itself is here

  • dots

    My personal dotfiles, scripts, and general program settings. (by barrett-ruth)

  • My own version of gruvbox-material. Highlights are done here in my dotfiles and the colorscheme itself is here

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

  • Colorscheme doesn't properly work with NvimTree

    1 project | /r/neovim | 20 Nov 2023
  • Can someone help me configure Edge Light for my neovim?

    1 project | /r/neovim | 12 Oct 2023
  • Pain points with overriding colorscheme, specifically with CursorLineNr and Lualine

    1 project | /r/neovim | 1 Jun 2023
  • Vim not displaying listchars correctly for glyphs it can show in normal text

    4 projects | /r/vim | 9 Mar 2023
  • Procrastinated on real work while I added this hacky theme hot reload mechanism based on the hour of the day. What do y'all think?

    3 projects | /r/neovim | 28 Jan 2023