Giter Club home page Giter Club logo

arctic.nvim's People

Contributors

devadathanmb avatar heavyjoost avatar rockyzhang24 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arctic.nvim's Issues

Error appeared using the latest commit

neovim version: 0.9.5
os: Manjaro Linux x86_64 6.1.71-1-MANJARO

The plugin worked well in the past, but something went wrong with the latest commit 7297a66 on both the main and v2 branches.

" mini.vim
set runtimepath^=/home/hexh/Desktop/arctic.nvim/arctic.nvim
set runtimepath^=/home/hexh/Desktop/arctic.nvim/lush.nvim

colorscheme arctic
nvim --clean -u ./mini.vim ./mini.vim

image

error occurred when installing

  • neovim version: nightly
  • package manager: lazy.nvim
  • branch: v2

Like this:
image

I don’t know why lazy redraw is triggered. And the problem cannot be reproduced stably

Theme misses colors

Hello!
Thank you making such a theme for neovim (I love dark vscode themes too).
I installed the theme on the unstable nvim with this version:

➜ nvim --version
NVIM v0.10.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Run "nvim -V1 -v" for more info

I am using Lazy.nvim plugin manager.
This is my config:

local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
    vim.fn.system({
        "git",
        "clone",
        "--filter=blob:none",
        "https://github.com/folke/lazy.nvim.git",
        "--branch=stable",
        lazypath,
    })
end
local plugins = {
    {"blazkowolf/gruber-darker.nvim", event = "VimEnter"},
    { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} },
    {
        "rockyzhang24/arctic.nvim",
        branch = "v2",
        dependencies = { "rktjmp/lush.nvim" }
    }
}
vim.opt.rtp:prepend(lazypath)
require("lazy").setup(plugins, opts)
vim.cmd("colorscheme arctic") 
vim.g.mapleader = " "

This is the screenshot:-
image
This is missing shades of Green, and comments color.
I have tried changing the terminal to gnome-terminal, still no avail. Currently I am using alacritty.
Thank you!

neo-tree git icon miss

Hello, I really like the theme of arctic.nvim. Currently, I am using Astronvim, but the file change icon in the neo tree sidebar is not displaying properly. How can I solve this problem? Thank you.

arctic.nvim:
image

astronvim:
image

Plugin Issue

Hi there,

When activating the colourscheme, with the required dependencies installed, I get "E5113: Error while calling lua chunk: [NULL]."

I'm using Vimplug.

Have you encountered this type of thing before?

I'm on Neovim v0.9.5

Thanks

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.