Giter VIP home page Giter VIP logo

knvim's People

Contributors

knmac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

troflog bquocminh

knvim's Issues

Knvim in the Lazyman Neovim Configuration Manager

I've created a Neovim Configuration Manager that supports easy installation and initialization of multiple Neovim configurations using the NVIM_APPNAME environment variable in Neovim 0.9. I call it Lazyman and include support for Knvim as one of the "Personal" Neovim configurations installed and initialized by lazyman.

See https://github.com/doctorfree/nvim-lazyman for info on Lazyman.

I'm contacting the maintainers of the Lazyman supported Neovim configurations to seek any feedback on the description, installation, and initialization of their config in Lazyman. Please feel free to let me know what I'm doing wrong or how I could improve the incorporation of Knvim in Lazyman. If you feel there is a need to modify the way Knvim is used in Lazyman then open an issue at https://github.com/doctorfree/nvim-lazyman/issues

This isn't really an issue with Knvim, it is just a heads up and request for feedback.

Knvim is very cool. Thanks!

Treesitter dap_repl parser install

I am currently seeing an error during initialization of knvim with:

 ๎ช‡  Error  04:14:49 PM notify.error lazy.nvim Failed to run `config` for nvim-treesitter
vim/_meta.lua:0: Vim:Installation not possible: ...vim/lazy/nvim-treesitter/lua/nvim-treesitter/install.lua:86: Parser not available for language "dap_repl"

I think what is happening is the nvim-dap-repl-highlights plugin is not getting loaded as it is a dependency of a plugin that is VeryLazy. Or, maybe it just needs to be configured differently.

The nvim-dap-repl-highlights README has the following note:

NOTE: If you use the ensure_installed option you must first setup nvim-dap-repl-highlights
or else the dap_repl parser won't be found, for example
require('nvim-dap-repl-highlights').setup()
require('nvim-treesitter.configs').setup {
  highlight = {
    enable = true,
  },
  ensure_installed = { 'dap_repl', ... },
  ...
}

feature request - add pyenv managed python

Thank you for great neovim configuration, would like to ask - if it possible to add a pyenv python to the list of searched python providers ?
Like os.getenv('HOME') .. '/.pyenv/shims/python' - in my opinion, the pyenv managed python installation are quite popular.

Regards

Maxim

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.