Giter VIP home page Giter VIP logo

document-color.nvim's Introduction

document-color.nvim's People

Contributors

aspeddro avatar mrshmllow avatar pedro757 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

document-color.nvim's Issues

Clarify what dynamicRegistration is for in the docs.

Hi,
I just saw that dynamicRegistration was added to the recommended setup.

capabilities.textDocument.colorProvider = {
  dynamicRegistration = true
}

But couldn't find why this is needed (not sure if it's needed though). Since I'm already using the plunging without this snippet.

Thanks.

cause lualine blink

Hi, Thank you for the work
lualine will blink, when documen-color.nvim work with lualine.nvimใ€ nvim-session-manager
but lualine.nvim + nvim-session-manager is fine

minimal config

...
use { 'mrshmllow/document-color.nvim',config = function() require("document-color").setup { mode = "background", } end, event = { 'BufReadPre' } }

use { 'Shatur/neovim-session-manager', config = function()
  require('session_manager').setup({
    autoload_mode = require('session_manager.config').AutoloadMode.CurrentDir
  })
end }
use { 'nvim-lualine/lualine.nvim', requires = { 'kyazdani42/nvim-web-devicons' }, config = function()
  require('lualine').setupt({})
end }
...

Invalid buffer id

Using: sumneko_lua

Error executing vim.schedule lua callback: .../packer/start/document-color.nvim/lua/document-color.lua:59: Invalid buffer id: 1
stack traceback:
        [C]: in function 'nvim_buf_clear_namespace'
        .../packer/start/document-color.nvim/lua/document-color.lua:59: in function 'handler'
        /usr/share/nvim/runtime/lua/vim/lsp.lua:1025: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: .../packer/start/document-color.nvim/lua/document-color.lua:59: Invalid buffer id: 17
stack traceback:
        [C]: in function 'nvim_buf_clear_namespace'
        .../packer/start/document-color.nvim/lua/document-color.lua:59: in function 'handler'
        /usr/share/nvim/runtime/lua/vim/lsp.lua:1025: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>

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.