Fennel neovim-plugin

Open-source Fennel projects categorized as neovim-plugin

Top 9 Fennel neovim-plugin Projects

  • leap.nvim

    Neovim's answer to the mouse 🦘

  • Project mention: Your favourite Neovim plugins? | /r/neovim | 2023-06-21

    Also I really like leap.nvim which in my opinion is the best thought out "hop" variation.

  • lightspeed.nvim

    deprecated in favor of leap.nvim

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

    :stew: Carl Weathers #1 Neovim Plugin.

  • Project mention: Configuring Neovim with Fennel | dev.to | 2023-11-10

    hotpot.nvim

  • godbolt.nvim

    Display assembly for the current buffer or visual selection from godbolt.org. Use https://sr.ht/~p00f/godbolt.nvim instead

  • tangerine.nvim

    🍊 Sweet Fennel integration for Neovim

  • Project mention: Configuring Neovim with Fennel | dev.to | 2023-11-10

    local function bootstrap(url, ref) local name = url:gsub(".*/", "") local path = vim.fn.stdpath [[data]] .. "/lazy/" .. name if vim.fn.isdirectory(path) == 0 then print(name .. ": installing in data dir...") vim.fn.system { "git", "clone", url, path } if ref then vim.fn.system { "git", "-C", path, "checkout", ref } end vim.cmd [[redraw]] print(name .. ": finished installing") end vim.opt.runtimepath:prepend(path) end bootstrap("https://github.com/udayvir-singh/tangerine.nvim") -- Optional and only needed if you also want the macros bootstrap("https://github.com/udayvir-singh/hibiscus.nvim") require 'tangerine'.setup { target = vim.fn.stdpath [[data]] .. "/tangerine", -- compile files in &rtp rtpdirs = { "ftplugin", }, compiler = { -- disable popup showing compiled files verbose = false, -- compile every time changes are made to fennel files or on entering vim hooks = { "onsave", "oninit" } }, }

  • highlight-current-n.nvim

    Highlights the current /, ? or * match under your cursor when pressing n or N and gets out of the way afterwards.

  • paperplanes.nvim

    Neovim :airplane: Pastebins

  • Project mention: Has anyone made this plugin? | /r/neovim | 2023-06-20

    searched "0x0 st neovim" and found https://github.com/rktjmp/paperplanes.nvim

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • doctor.nvim

    Emacs greatest feature, now also in neovim!

  • emacs-key-source.nvim

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Fennel neovim-plugin related posts

  • Configuring Neovim with Fennel

    7 projects | dev.to | 10 Nov 2023
  • Has anyone made this plugin?

    1 project | /r/neovim | 20 Jun 2023
  • What do you use 's' for in normal mode? vanilla? or something like leap?

    5 projects | /r/neovim | 9 Mar 2023
  • How come NeoVim, with all the "API is first-class" and "extensibility" brags, has such bad documentation on these topics compared to Vim?

    1 project | /r/neovim | 22 Feb 2023
  • People who switched from Vim/Emacs to VSCode, what do you miss the most?

    1 project | /r/vscode | 10 Dec 2022
  • Researching Lispy Neovim

    2 projects | news.ycombinator.com | 27 Nov 2022
  • Levelling up my movement game.

    1 project | /r/neovim | 25 Nov 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source neovim-plugin projects in Fennel? This list will help you:

Project Stars
1 leap.nvim 4,002
2 lightspeed.nvim 1,560
3 hotpot.nvim 333
4 godbolt.nvim 197
5 tangerine.nvim 188
6 highlight-current-n.nvim 89
7 paperplanes.nvim 87
8 doctor.nvim 29
9 emacs-key-source.nvim 7

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com