note.nvim VS nvim-compe

Compare note.nvim vs nvim-compe and see what are their differences.

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
note.nvim nvim-compe
3 91
48 1,332
- -
7.9 8.3
29 days ago over 2 years ago
Lua Lua
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

note.nvim

Posts with mentions or reviews of note.nvim. We have used some of these posts to build our list of alternatives and similar projects.
  • Ask HN: Do you make a work breakdown structure before programming?
    1 project | news.ycombinator.com | 20 Feb 2024
    I write a hierarchical structured task list (very similar to op) with a neovim plugin I wrote (https://github.com/gsuuon/note.nvim). Sometimes I'll write these items as commit messages, make the changes and check them off as I commit. I mark the current task so that if I get interrupted I can recontextualize fairly quickly.
  • Ask HN: Product management for solo side projects?
    1 project | news.ycombinator.com | 23 Nov 2023
    I use my neovim plugin note.nvim[1] to brainstorm and plan features as well as track day-to-day stuff. It's one of the few projects of mine that I've spent more time using than building - by a good amount.

    I have a top level ~/notes/projects/foo. When the project is small I just keep everything in a single file. Each feature gets its own item hierarchy and I use folds to manage which 'scope' I'm seeing. After I decide on what (not) to work on, I can mark that node as "won't do" or "pending". When I pick up a task for the day I can deep-link to where I initially brainstormed the feature.

    [1]https://github.com/gsuuon/note.nvim

  • The Notetaking Cold War (2020)
    1 project | news.ycombinator.com | 25 Aug 2023
    I think if you've spent more than 2 full weeks trying to figure out an effective note-taking system, it's time to just design and build out your own. Nothing will ever be more perfect for you than the one you build for yourself. Mine's at https://github.com/gsuuon/note.nvim

    I just wanted easy daily task tracking and timestamped notes at first, now I slowly add things to it. I can deep-link to items or sections in other files (even at different commits) and have helpers that effectively exposes an API for my tasks. Everything else is just standard neovim things, like using Telescope for finding labeled items.

nvim-compe

Posts with mentions or reviews of nvim-compe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-14.

What are some alternatives?

When comparing note.nvim and nvim-compe you can also consider the following projects:

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

nvim-navic - Simple winbar/statusline plugin that shows your current code context

completion-nvim - A async completion framework aims to provide completion to neovim's built in LSP written in Lua

task-toggler.nvim - Neovim plugin for toggling tasks in markdown files

YouCompleteMe - A code-completion engine for Vim

deoplete.nvim - :stars: Dark powered asynchronous completion framework for neovim/Vim8

lspsaga.nvim - improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim]

vim-vsnip - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.

nvim-lspconfig - Quickstart configs for Nvim LSP

nvim-lspinstall - Provides the missing :LspInstall for nvim-lspconfig

null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.