Juliet VS nvim-web-devicons

Compare Juliet vs nvim-web-devicons 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
Juliet nvim-web-devicons
5 21
4 1,822
- 3.8%
9.6 8.8
4 days ago 5 days ago
Fennel 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.

Juliet

Posts with mentions or reviews of Juliet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • Lsp / cmp setup
    6 projects | /r/neovim | 16 May 2023
    Mason.nvim has been pretty great for me when working with my LSPs as well, and their readme is a little more actionable than the nvim-lspconfig repo. I fully understand, it took me so long to get my lsp set up in nvim haha. Here’s most of my setup for my lsp: https://github.com/avegancafe/Juliet/blob/main/nvim/lua/initializers/lspconfig.lua It’s definitely not minimal though
  • Using preconfigured distro vs rolling your own config
    6 projects | /r/neovim | 18 Feb 2023
    I have never used LazyVim, but from your description I'd say that it can be very helpful being able to customize your configuration easily. In case you want a base place to start with and go through a bunch of plugins to see what you like or not, here's my config right now https://github.com/avegancafe/Juliet/blob/22775c6b4ae28c2f0f21bac703dad8c0483de053/nvim/init.lua
  • best mac terminal apps??
    2 projects | /r/neovim | 13 Feb 2023
    A random related fact, but you can also customize the look of your tab bar with a Python script. E.g. https://github.com/avegancafe/Juliet/blob/main/kitty/tab_bar.py
  • People drop your nvim .dotfile
    80 projects | /r/neovim | 20 Nov 2022
  • How to configure nvim UI to look like this?
    14 projects | /r/neovim | 4 Nov 2022
    Repo: https://github.com/avegancafe/Juliet/blob/master/nvim/lua/plugins.lua

nvim-web-devicons

Posts with mentions or reviews of nvim-web-devicons. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • Custom Filetype Detection(Nvim Tree)
    1 project | /r/neovim | 26 May 2023
  • Auto-completion problems for terraform
    9 projects | /r/neovim | 24 May 2023
    I know you moved on dotfiles, which is good, but you will probably want to install https://github.com/nvim-tree/nvim-web-devicons to get those icons for other plugins
  • Patch for Nerd Font V3
    4 projects | /r/neovim | 9 May 2023
    This is already done I think, unless more fixes are needed https://github.com/nvim-tree/nvim-web-devicons/pull/264
  • treemacs-devicons: a vim-devicons inspired theme for treemacs!
    3 projects | /r/emacs | 8 Mar 2023
    Motivation: I have been using Emacs for years but I never really sit down and wrote any serious elisp code myself. This time things changed because I saw the nvim-web-devicons. I like trying various kinds of editors, and then I found this devicons from vim editor so good. I really like it especially because it works in the terminal. People always say Emacs is best within GUI but there are times when you have to edit something in a terminal and maybe some like me just like terminal aesthetics. I mean I really like this devicons theme from vim but I never really liked vim keybindings. I want it to be part of Emacs so bad so I finally decided to learn some elisp and make it happen.
  • Nerdfont icons not showing
    1 project | /r/neovim | 4 Jan 2023
    Did you install this plugin?
  • neovim resorts to default glyphs for nvim-tree
    1 project | /r/neovim | 3 Dec 2022
    Did you install https://github.com/nvim-tree/nvim-web-devicons ?
  • nvim-material-icon: Better file icon for Nvim
    9 projects | /r/neovim | 9 Nov 2022
    nvim-web-devicons is a plugin that maps filetypes to icons in a patched font and colors for those icons. It has default settings for both the icons and colors for many common filetypes, but they can be customized and you can add support for your own filetypes.
  • Fern.vim now supports nvim-web-devicons
    5 projects | /r/neovim | 9 Nov 2022
    It uses plugins called renderer to change how the file tree is renderer and it has two plugins for render icons in the tree that support lambdalisue/nerdfont.vim and ryanoasis/vim-devicons, but it lacked support for nvim-web-devicons.
  • Cannot see nvim-web-devicons icons
    2 projects | /r/neovim | 8 Nov 2022
    I'm configuring neovim 0.8 on windows. I've installed nvim-tree plugin with its icons nvim-web-devicons. After the installation I cannot see properly the icons in the tree. This is the screenshot with the tree and the configuration part about those plugins:
  • How to configure nvim UI to look like this?
    14 projects | /r/neovim | 4 Nov 2022
    The "look" you're looking for is given by a bunch of plugins: - OneDark.nvim as colorscheme - TS Rainbow for rainbow brackets - BarBar for bufferline - Nvim Devicons and NerdFonts to view file icons - NvimTree as a file manager - Indent Blankline to show indentation guides - CompetiTest with vertical split UI - Feline as statusline plugin. In the screenshot feline is configured with a custom theme. As you can see statusline is different for CompetiTest buffers: a different statusline can be configured for every different filetype using conditional_config.

What are some alternatives?

When comparing Juliet and nvim-web-devicons you can also consider the following projects:

dotfiles

vim-devicons - Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more

dotfiles - Excessive customization

vim-startify - :link: The fancy start screen for Vim.

dotfiles - Me confeegs.. me precious confeegs.

lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua.

bufferline.nvim - A snazzy bufferline for Neovim

LuaSnip - Snippet Engine for Neovim written in Lua.

kickstart.nvim - A launch point for your personal nvim configuration

nvim-tree.lua - A file explorer tree for neovim written in lua

nvim-ts-rainbow - Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead

packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config