New to neovim/vim.. Am I doing things right?

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

    💤 A modern plugin manager for Neovim

  • local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({"NvChad/nvim-colorizer.lua","sudormrfbin/cheatsheet.nvim","nvim-lua/popup.nvim", "nvim-lua/plenary.nvim","nvim-telescope/telescope.nvim"}) require("colorizer").setup() require("cheatsheet").setup({ bundled_cheatsheets = true; bundled_plugin_cheatsheets = true; include_only_installed_plugins = true; telescope_mappings = { [''] = require('cheatsheet.telescope.actions').select_or_fill_commandline, [''] = require('cheatsheet.telescope.actions').select_or_execute, [''] = require('cheatsheet.telescope.actions').copy_cheat_value, [''] = require('cheatsheet.telescope.actions').edit_user_cheatsheet, } }) vim.cmd('colorscheme desert')

  • neovim-boilerplate

    Modern Neovim Boilerplate ✨

  • I'm aslo a fresh neovim newbie, and i picked that boilerplate https://github.com/tokiory/neovim-boilerplate

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

  • You can check my customisation: https://github.com/razy69/dotbot/tree/razy69/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

  • How to override the colors of NeoSolarized in NeoVim

    3 projects | dev.to | 21 Apr 2024
  • Neorg – organize your life in Neovim

    9 projects | news.ycombinator.com | 26 Mar 2024
  • Neovim plugin management inspired by Cargo

    1 project | news.ycombinator.com | 24 Mar 2024
  • Easy Access to Terminal Commands in Neovim using FTerm

    6 projects | dev.to | 18 Mar 2024
  • Neovim: creating keymaps in lua

    4 projects | dev.to | 11 Mar 2024