All Projects → sidebar-nvim → sidebar.nvim

sidebar-nvim / sidebar.nvim

Licence: other
A generic and modular lua sidebar for Neovim

Programming Languages

lua
6591 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to sidebar.nvim

discord-sidebar-price-bot
A minimal Discord sidebar price bot (supports forex, crypto, eth gas & fear and greed index)
Stars: ✭ 37 (-91.83%)
Mutual labels:  sidebar
angular-sidebarjs
Create mobile sidebar/sidenav experiance in AngularJS
Stars: ✭ 25 (-94.48%)
Mutual labels:  sidebar
vue-over-body
Create modals, sidebars, notifications, pop ups with css transitions!
Stars: ✭ 38 (-91.61%)
Mutual labels:  sidebar
kirby-previewfiles
💪 A Kirby field to enable file thumbnail preview in the panel sidebar
Stars: ✭ 35 (-92.27%)
Mutual labels:  sidebar
Boundary
Boundary is a CSS+Javascript library for Chrome extension developers to easily create HTML elements that won’t affect or be affected by the current webpage’s CSS. Strongly recommended if you are considering adding a sticker, a sidebar or any overlay box using content script.
Stars: ✭ 59 (-86.98%)
Mutual labels:  sidebar
dired-toggle
Show dired as sidebar and will not create new buffers when changing directory
Stars: ✭ 23 (-94.92%)
Mutual labels:  sidebar
Space Vim
🍀 Lean & mean spacemacs-ish Vim distribution
Stars: ✭ 2,785 (+514.79%)
Mutual labels:  neovim
nvim-goc.lua
Go Coverage for Neovim
Stars: ✭ 17 (-96.25%)
Mutual labels:  neovim
nano-sidebar
Emacs package to have configurable sidebars on a per frame basis.
Stars: ✭ 98 (-78.37%)
Mutual labels:  sidebar
posts-in-sidebar
Publish a list of posts in your sidebar
Stars: ✭ 19 (-95.81%)
Mutual labels:  sidebar
content-aware-sidebars
WordPress Plugin to create and display custom sidebars according to the content being viewed. Fast and powerful.
Stars: ✭ 21 (-95.36%)
Mutual labels:  sidebar
Docsify-Build-Sidebar
😆 Docsify 侧边栏 : 【自动生成 Docsify 的 Sidebar 与 子目录 Sidebar】
Stars: ✭ 33 (-92.72%)
Mutual labels:  sidebar
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (-71.52%)
Mutual labels:  sidebar
vue-modal
A customizable, stackable, and lightweight modal component for Vue.
Stars: ✭ 96 (-78.81%)
Mutual labels:  sidebar
developer-workstation-setup-script
Post-install script for Fedora and RHEL 8 clones to create your ultimate development environment
Stars: ✭ 69 (-84.77%)
Mutual labels:  neovim
toppy
Overlay library for Angular 7+
Stars: ✭ 81 (-82.12%)
Mutual labels:  sidebar
ScoreboardStats
Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
Stars: ✭ 29 (-93.6%)
Mutual labels:  sidebar
nvim context vt
Virtual text context for neovim treesitter
Stars: ✭ 193 (-57.4%)
Mutual labels:  neovim
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (-88.3%)
Mutual labels:  neovim
fxp-jquery-sidebar
A responsive and fluid sidebar with jQuery and Hammer.js
Stars: ✭ 14 (-96.91%)
Mutual labels:  sidebar

sidebar.nvim

A generic and modular lua sidebar inspired by lualine

Development status: Alpha - bugs are expected

screenshot

Quick start

local sidebar = require("sidebar-nvim")
local opts = {open = true}
sidebar.setup(opts)

See options for a full list of setup options

Requirements

  • Neovim 0.6
  • Nerdfonts (requirement by the default icons, you can change the icons to remove this requirement)

Quick links

TODOs (Need help)

  • Allow sections to define custom hl groups for icons
  • See repo issues, any contribution is really appreciated
  • Better section icons - users can define custom icons see Options
  • Improve docs + write vim help files - thanks @aspeddro

Third party sections

Development

We are trying to limit the frequency of merges to the default branch, therefore less noise during plugin update and possible less bugs.

If you don't mind frequent updates and/or want to test new features, you might want to check the dev branch.

Before reporting a bug, please check if the bug still exists in the dev branch.

References

We based most of the code from the awesome work of @kyazdani42 in nvim-tree

Contributors

@GustavoKatel @davysson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].