Giter Club home page Giter Club logo

quasar-nvim's Introduction

                               000000                      000000              
                               000000                      000000              
                               000000                      000000              
                               000000                      000000              
                               000000                      000000              
                                            
                               000000               000000               000000
                               000000               000000               000000
                               000000               000000               000000
                               000000               000000               000000
                               000000               000000               000000
                                            
                               000000                                    000000
                               000000                                    000000
                               000000                                    000000
                               000000                                    000000
                               000000                                    000000
                                            
                               000000               000000 000000        000000
                               000000               000000 000000        000000
                               000000               000000 000000        000000
                               000000               000000 000000        000000
                               000000               000000 000000        000000

Quasar Colorscheme for Neovim

Quasar is a high-contrast, visually appealing colorscheme for Neovim, designed specifically to enhance the development experience for Rust projects at Govcraft. Built to integrate seamlessly with the Rust Language Server Protocol (LSP), Quasar provides an optimized coding environment for the Quasar Actor Framework.

Quasar Screenshot

Features

  • Rust-centric design: Tailored to improve readability and highlight syntax specific to Rust, making it ideal for extensive coding sessions.
  • Full LSP support: Optimized to work with Neovim's built-in LSP, ensuring that all features such as diagnostics and code completion are visually integrated.
  • High Contrast: Carefully chosen color palette to reduce eye strain and improve focus.

Installation

Via Plugin Manager

If you are using a plugin manager (e.g., vim-plug, dein, packer, or Lazy), add the following lines to your init.vim or init.lua:

For vim-plug

Plug 'GovCraft/quasar-nvim'

For packer.nvim

use {'GovCraft/quasar-nvim'}

For Lazy.nvim

require('lazy').setup {
    {'GovCraft/quasar-nvim'}
}

After adding the plugin, run :PlugInstall, :PackerSync, or the corresponding command for your plugin manager to install Quasar.

Manual Installation

  1. Clone the repository: git clone https://github.com/GovCraft/quasar-nvim.git ~/.config/nvim/colors/

  2. Add the following to your init.vim: colorscheme quasar

Configuration

To get the most out of Quasar, ensure your init.vim is configured to use Neovim's built-in LSP client with Rust Analyzer. Here is a basic example:

lua << EOF
require'lspconfig'.rust_analyzer.setup{}
EOF

Set termguicolors to enable true color support:

set termguicolors

License

Quasar is open-sourced under the MIT License. See the LICENSE for more details.

Contributing

Contributions to Quasar are welcome! Please refer to the CONTRIBUTING.md for more information on how to submit pull requests, file issues, or start discussions.

About Govcraft

Govcraft is dedicated to building state-of-the-art software solutions for the public sector, leveraging cutting-edge technology and innovative practices. Learn more about us at our website.

quasar-nvim's People

Contributors

rktjmp avatar savq avatar rrrodzilla avatar mcchrish avatar adrian5 avatar kraem avatar pseudoparenchymatous avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.