Is it possible to change the intro text?

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

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

    vim dashboard

    A popular plugin that allows this is https://github.com/glepnir/dashboard-nvim -- but I'd also myself like to see a more lightweight way to achieve this.

  • nvim

    My neovim config (by do-no-van)

    If you simply want to change the startup text without any additional functionality, you can do this without a plugin. An example is my config (mainly lua/ascii_bg.lua). Basically it just calls a function that creates a new buffer and uses vim.api.nvim_set_lines to set the buffer contents on startup (see init.lua). The rest of it is just setting colors, centering the text, and setting some options like the colorcolumn to not interfere with the text. I can try answering any questions you might have about it as there isn't a lot of comments.

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

  • staline.nvim

    A modern lightweight statusline and bufferline plugin for neovim in lua.

    I am currently using staline.nvim.

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