base16-shell
vim-polyglot
base16-shell | vim-polyglot | |
---|---|---|
16 | 32 | |
215 | 5,604 | |
- | - | |
0.0 | 2.5 | |
5 months ago | about 19 hours ago | |
Shell | Vim Script | |
GNU General Public License v3.0 or later | - |
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.
base16-shell
- Eza: A modern, maintained replacement for ls
-
Suggestion for neovim color scheme.
I just found Nightfox and switched over to it. I liked it so much I contributed a base16 template and use it with base16-shell.
-
any recommendations for themes that can reduce eye strain?
My suggestion is to use is from here because you can change the theme on the fly: https://github.com/chriskempson/base16-shell
-
Adding LXTerminal to Styles
Okay, so I've found the files that change the colors for the terminals ($HOME/.config/openbox/scripts/[name of style]) and I can add some bash to include LXTerminal, but I don't think I will. Instead of converting all the color codes into RBG, I am going to find Base16 equivalents for each theme and add that to the style scripts. Base16 has a lot of choices, works via the shell (so on all terms), and also allows for instant changes.
-
Ubuntu on Windows (WSL)
from base16-tomorrow-night first column is the original value, third column is the tomorrow theme value
-
Vim Color Schemes
I'm a huge fan of the base16 color schemes - not for their appearance (though most look great), but for their ease of integration within the shell and vim. Just clone the repos below, drop a few lines in your shellrc/vimrc, then use a single bash command to change the scheme in both. No mucking more mucking with Xresources.
https://github.com/chriskempson/base16-shell
https://github.com/chriskempson/base16-vim
-
Zsh Plugins Commit TOP
base16 🥇 - Adds script to allow you to change your shell's default ANSI colors but most importantly, colors 17 to 21 of your shell's 256 colorspace (if supported by your terminal). This script makes it possible to honor the original bright colors of your shell (e.g. bright green is still green and so on) while providing additional base16 colors to applications such as Vim.
-
theme.sh - A multi terminal theme selection script.
See also base16-shell.
-
What do you use for giving you screen a yellow tint for reducing eyestrain?
I personally use the base16 shell (with the vim plugin that comes with it) https://github.com/chriskempson/base16-shell
-
Vim loses theme when not opened through terminal
I want to have a consistent theme between my terminal and vim so I use Base16 Shell and Base16 Vim. But whenever I open vim without typing it in the command line, ie through dolphin or ranger or vifm the theme gets lost and turns into the blue mess.
vim-polyglot
-
C# lsp configuration with neovim CoC
I'm currently on an old setup (using coc and polyglot) and nvim v0.6.1. I'll be updating to a more modern setup within next year, using the native lsp and building nvim more frequently. But that's not today.
-
how to indent javascript code correctly in a PHP file?
So I did some digging and I found out that vim-polyglot uses a different syntax file than Vim's default for PHP files. When I loaded vim-polyglot's syntax file into my ~/.vim/syntax, I encountered the same issue as you.
-
Coffeescript syntax highlighting?
Try this: https://github.com/sheerun/vim-polyglot You can install plugin or copy-paste files for desired filetype
-
Add extra syntax highlighting in NVIM [around 600+ extra language]
I think you mean vim-polyglot? Great plugin. Pre-treesitter it was indespensible.
-
¿Is there a plugin that sets the errorformat option for a bunch of languages?
Usually this is handled inside the :compiler scripts. vim-polyglot is a collection of ftplugins that includes a bunch of :compiler plugins.
- Need help displaying colors in C files. I have the vim-css-color plugin but that doesn't seem to work in C
- Looking for a neovim/CoC formatter for eruby files
-
Convert neovim .lua to .vim?
Get polyglot installed in your vimfiles/pack//start folder along with whatever 4 Tim Pope plugins you love the most and :CocInstall your LSP(s)
- Minimal config (55 lines) for web development & general purpose programming
-
Syntax highlighting for JavaScript that uses coc-tsserver? The picture shows how my JavaScript import statement looks like currently on top, and below is how it should be highlighted
https://github.com/morhetz/gruvbox and https://github.com/sheerun/vim-polyglot are Vim plugins that work in Neovim, but they don't allow you to use treesitter, so if you don't want to use treesitter use them.
What are some alternatives?
nord - An arctic, north-bluish color palette.
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
alacritty - A cross-platform, OpenGL terminal emulator.
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
base16-vim - Base16 for Vim
neovim - Vim-fork focused on extensibility and usability
elixir-oh-my-zsh - Oh My Zsh plugin for Elixir, IEX, Mix and Phoenix
ale - Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
kitty - Cross-platform, fast, feature-rich, GPU based terminal
vim-sleuth - sleuth.vim: Heuristically set buffer options
zsh-nix-shell - zsh plugin that lets you use zsh in nix-shell shells.
vim-nerdtree-syntax-highlight - Extra syntax and highlight for nerdtree files