All Projects → embark-theme → Vim

embark-theme / Vim

Licence: mit
An ambitious theme for vim

Labels

Projects that are alternatives of or similar to Vim

Coc Rls
Rust language server support for coc.nvim
Stars: ✭ 278 (-11.18%)
Mutual labels:  neovim
Gen tags.vim
Async plugin for vim and neovim to ease the use of ctags/gtags
Stars: ✭ 288 (-7.99%)
Mutual labels:  neovim
Vim Quantum
A Material color scheme for Vim.
Stars: ✭ 304 (-2.88%)
Mutual labels:  neovim
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-10.86%)
Mutual labels:  neovim
Spacevim
A community-driven modular vim/neovim distribution - The ultimate vimrc
Stars: ✭ 17,558 (+5509.58%)
Mutual labels:  neovim
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-43.45%)
Mutual labels:  neovim
Coc Git
Git integration of coc.nvim
Stars: ✭ 271 (-13.42%)
Mutual labels:  neovim
Vimpyter
Edit your Jupyter notebooks in Vim/Neovim
Stars: ✭ 308 (-1.6%)
Mutual labels:  neovim
Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (-8.63%)
Mutual labels:  neovim
Dotfiles
Configuration files I use on my main machine
Stars: ✭ 299 (-4.47%)
Mutual labels:  neovim
Vim Terraform Completion
A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
Stars: ✭ 280 (-10.54%)
Mutual labels:  neovim
Go Client
Nvim Go client
Stars: ✭ 284 (-9.27%)
Mutual labels:  neovim
Vimtex
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
Stars: ✭ 3,609 (+1053.04%)
Mutual labels:  neovim
Dein.vim
⚡ Dark powered Vim/Neovim plugin manager
Stars: ✭ 3,117 (+895.85%)
Mutual labels:  neovim
Dashboard Nvim
vim dashboard
Stars: ✭ 294 (-6.07%)
Mutual labels:  neovim
Coc Prettier
Prettier extension for coc.nvim.
Stars: ✭ 270 (-13.74%)
Mutual labels:  neovim
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (-9.58%)
Mutual labels:  neovim
Tailwindcss Classnames
TypeScript support for TailwindCSS
Stars: ✭ 305 (-2.56%)
Mutual labels:  neovim
Chromatica.nvim
Clang based syntax highlighting for Neovim
Stars: ✭ 306 (-2.24%)
Mutual labels:  neovim
Nvimux
Neovim as a TMUX replacement
Stars: ✭ 302 (-3.51%)
Mutual labels:  neovim

Embark Logo

An ambitious Vim theme.

"Man cannot discover new oceans unless he has the courage to lose sight of the shore. - Andre Gide"

embark screenshot

More screenshots here.

Getting Started

At this time only terminals supporting truecolors will work. Make sure you have set termguicolors in your vimrc

First install plugin with your favorite plugin manager. Note you should rename the plugin using your plugin manager's built in facilities to do so.

vim-plug

Plug 'embark-theme/vim', { 'as': 'embark' }

vim-packager

...
call packager#add('embark-theme/vim', { 'name': 'embark' })
...

Then set your colorsheme in vim.

colorscheme embark

Lightline support

A lightline theme is also available. Just set your colorscheme to embark.

let g:lightline = {
      \ 'colorscheme': 'embark',
      \ }

Airline support

Airline should just pick up on theme automatically, but if there is an issue with this it can be set manually. let g:airline_theme = 'embark'

Configuration

Embark offers a few configuration values to control features. Setting values to 1 will turn the feature on.

Italics - Make sure your terminal is set up to handle them. See this for help getting italics and true color working in your terminal.

let g:embark_terminal_italics = 1

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].