awesome-neovim
lualine.nvim
DISCONTINUED
Our great sponsors
awesome-neovim | lualine.nvim | |
---|---|---|
121 | 17 | |
10,440 | 788 | |
- | - | |
7.6 | 8.9 | |
3 days ago | over 1 year ago | |
Lua | ||
Creative Commons Zero v1.0 Universal | MIT License |
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.
awesome-neovim
-
How could one learn to customize Neovim?
I started here: Awesome Neovim, it has a huge list of nice things to use for your own setup. I watched a few tutorials on youtube to know with which plugins to start.
-
Are there any preconfigured config to make neovim as a text editor rather than a IDE?
Im an emacs convert, and recently started doing my own configs from scratch. this is where i look up plugins: https://github.com/rockerBOO/awesome-neovim
-
Is this Neovim?
If you need plugins check out these websites. Awesome Neovim. and Neovimcraft.
-
Problem with running code
There's overseer.nvim to run all sorts of things and neotest to run tests. In general, you can check awesome-neovim or TWiN to look for plugins.
-
Any good pre configured repo/config to work in a multi purpose daily basis?
Plus, you can take a look at awesome-neovim or neovimcraft for plugins that you may want to use. Lastly, you can also look at my config for some reference/guide. Hope it helps.
- Show HN: Frogmouth – A Markdown browser for your terminal
-
Sunken Cost Fallacy
Since you're already familiar with gvim it probably shouldn't be too hard to get Neovim set up! The configurations of vim vs neovim are mostly the same, unless you want to configure with lua. You'll just have to move your vimrc to ~/.config/nvim/init.vim. You can probably find some excellent configuration tutorials on youtube. I'd highly recommend checking out Awesome Neovim for good plugins if you want to get an IDE-like experience. I personally use packer.nvim to manage my plugins, nerdtree for file browsing, coc.nvim for autocomplete, and ale for code linting. Good luck switching if you decide to do so!
-
Have you ever wondered how "average popular Neovim color scheme" looks like? I have. Here is the result (details in comments):
For reference color schemes I decided to go through awesome-neovim and pick top 5 Lua implemented color schemes with most stars. Here is the final list (as of 2023-04-20):
-
VS Code Dev Container alike setup for Neovim?
There are some plugins that provide container support Checkout the remote development section of the awesome-neovim repo, there are a handful of plugins built specifically to interact with docker.
lualine.nvim
-
How i setup neovim for speed up React, Js, Ts, etc
Lualine.nvim - A blazing fast and easy to configure Neovim statusline written in Lua
-
Lualine now has a new home
Many of you already know I've been maintaining a fork of lualine shadmansaleh for a while.If you didn't know check this out.
-
Feline.nvim version 0.1 released
See https://github.com/hoob3rt/lualine.nvim/pull/311 for more details and to see what the difference are.
-
Catppuccino.nvim: An eye-candy and full-featured Neovim theme with support for native LSP, Trees-sitter, and more!
# 🎁 Features - Multiple colorschemes (AKA [flavors](#-flavors)) available! - Handy CLI for loading colorschemes. - Allows user remaps. - Extensible for many use cases. - Integrations with a lot of stuff: - [Treesitter](https://github.com/tree-sitter/tree-sitter) - [Native LSP](https://github.com/neovim/nvim-lspconfig) - [Telescope](https://github.com/nvim-telescope/telescope.nvim) - [LSP Saga](https://github.com/glepnir/lspsaga.nvim) - [Trouble](https://github.com/folke/trouble.nvim) - [WhichKey](https://github.com/folke/which-key.nvim) - [Git signs](https://github.com/lewis6991/gitsigns.nvim) - [BarBar](https://github.com/romgrk/barbar.nvim) - [NvimTree](https://github.com/kyazdani42/nvim-tree.lua) - [Lualine](https://github.com/hoob3rt/lualine.nvim) - [Git Gutter](https://github.com/airblade/vim-gitgutter) - [Fern](https://github.com/lambdalisue/fern.vim) - [Lightline](https://github.com/itchyny/lightline.vim) - [Dashboard](https://github.com/glepnir/dashboard-nvim) - [Markdown](https://www.markdownguide.org/) - [Sneak](https://github.com/justinmk/vim-sneak) - [Neogit](https://github.com/TimUntersberger/neogit) - [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
-
Introducing vacuumline, a pure Lua statusline inspired by airline
Lualine is in a pretty similar situation. There is no activity since 05/27 and there is a fork with 32 commits waiting to be accepted.
- What are your favorite Neovim plugins exclusive to 0.5?
-
Statusline plugin with per-filetype settings?
In lualine you can have extentions . Extention confuguration is similar to normal configuration except you get to chose which filetypes to display that for . You can put extention files in your config usually ~/.config/nvim/lua/lualine/extensions folder and load them in your config :)
-
Emacs to Neovim
lualine
-
Material.nvim rewrite
new lualine theme that changes color depending on the chosen style
-
New dark Neovim theme TokyoNight written in Lua, with support for lsp, treesitter and lots of plugins.
a TokyNight Lualine theme is included
What are some alternatives?
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
vim-airline - lean & mean status/tabline for vim that's light as air
galaxyline.nvim - neovim statusline plugin written in lua
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
lvim - My config for LunarVim
gitsigns.nvim - Git integration for buffers
nvim-solarized-lua - solarized colorscheme in lua for nvim 0.5
tokyonight-vim - [ARCHIVED : Lack of time to maintain] A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name
minimap.vim - 📡 Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
nvim-base16 - Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
chadtree - File manager for Neovim. Better than NERDTree.