vim-solarized8
nvim-config | vim-solarized8 | |
---|---|---|
3 | 11 | |
0 | 1,014 | |
- | - | |
5.2 | 4.9 | |
about 2 months ago | 5 months ago | |
Lua | Vim Script | |
- | - |
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.
nvim-config
- I still can't fix my neovim colorscheme background issue.
-
Is it a bad config or cmp isn't as smart as VSCode autocompletion?
This is my config (as I'm a newbie to nvim, it's mostly a compilation of suggested configs from docs): https://github.com/flppv/nvim-config/blob/master/lua/plugins/cmp.lua
-
Some simple questions from a new nvim user
config: https://github.com/flppv/nvim-config
vim-solarized8
-
Light mode color scheme recs?
I use https://github.com/lifepillar/vim-solarized8. Light mode for the win. I only turn on dark mode when it's ... dark, shocking.
-
Some simple questions from a new nvim user
You need a theme that supports true colors (by defining guifg guibg attributes for each syntax item). I use this one https://github.com/lifepillar/vim-solarized8.
-
Which is your favorite light theme?
Solarized obviously https://github.com/lifepillar/vim-solarized8
- Dark vs white theme
-
Using raster fonts in Neovide?
" NEOVIDE CONFIG let g:neovide_refresh_rate=60 let g:neovide_transparency=0.9 let g:neovide_remember_window_size=v:true let g:neovide_cursor_trail_length=1 let g:neovide_cursor_animation_length=0.05 " PLUGIN call plug#begin('~/.local/share/nvim/plugged') Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'https://github.com/base16-project/base16-vim' Plug 'https://github.com/lifepillar/vim-solarized8' Plug 'https://github.com/iCyMind/NeoSolarized' Plug 'https://github.com/flrnprz/plastic.vim' Plug 'https://github.com/morhetz/gruvbox' call plug#end() " GENERAL? cd $HOME/Documents set clipboard+=unnamed,unnamedplus set mouse=a set relativenumber filetype on filetype plugin on filetype indent on " GUI NATIVE colorscheme base16-atelier-seaside set background=dark set noshowmode set guifont=Cascadia\ Mono:h10 " AIRLINE "AirlineTheme base16_atelier_seaside let g:airline_theme='base16_atelier_seaside' let g:airline_solarized_bg='dark'
-
Problem with terminal colors
If PuTTY supports truecolor, try some tests from this https://github.com/termstandard/colors, next question is which solarized plugin are you using? It matters, because they have different options you can tweak. By far the easiest in terms of compatibility is https://github.com/lifepillar/vim-solarized8
-
Configuration colors for LSP document
I changed from neosolarized to solarized8 for a similar reason.
-
what vim theme is your favourite? (and maybe tell us why?)
https://github.com/jsit/toast.vim at daylight and https://github.com/lifepillar/vim-solarized8 at night. Of course, i made some little adjusts for my necessary. They are the only ones that my eyes feel comfortable when working constantly for a long time :)))
-
can't figure out, how to get this color scheme working
Trying to get the fallback version of this colorscheme https://github.com/lifepillar/vim-solarized8
-
What's your favourite Fonts and Themes?
Also coming from a practical point of view, I am using the Solarized Dark theme, specifically the high-contrast version here: https://github.com/lifepillar/vim-solarized8 It is relatively easy on the eyes, and doesn't look too awful.
What are some alternatives?
ts-redux-react-realworld-example-app
NeoSolarized - NeoSolarized: A fixed solarized colorscheme for better truecolor support.
kok.nvim - Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
vscode.nvim - Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
seoul256.vim - :deciduous_tree: Low-contrast Vim color scheme based on Seoul Colors
Zenburn - Zenburn is a low-contrast color scheme for Vim.
tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
oceanic-next - Oceanic Next theme for neovim
delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
vim-sleuth - sleuth.vim: Heuristically set buffer options
nightfox.nvim - 🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.