Giter Club home page Giter Club logo

neovim-for-beginner's People

Contributors

mengwangk avatar sahashirshendu 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  avatar  avatar

neovim-for-beginner's Issues

Error message shown when launch

When I use nvb to start nvim, the error message shown on the left corner.

packer.nvim: Error running config for trouble.nvim: [string "….."]:0: loop or previous error loading module 'trouble'

IMG_3595

Syntax highlighting vanished in the 11-lsp branch?

This series has been really helpful for me. Thank you very much.

One thing that is confusing me is that syntax highlighting seems to have vanished in the first LSP branch (11-lsp), and I haven't been able to work out what's changed. It does come back in 12-lsp2, if that helps any.

Thanks again,
Grant

cannot launch nvb after successful install

Great tutorials. I have installed nvb on Mac Monterey (12.1) MBP . After the initial succcessful launch and restart terminal nvb fails to launch with the following

Error detected while processing function <SNR>13_LoadRemotePlugins[1]..<SNR>13_GetManifest[1]..<SNR>13_GetManifestPath:
line   10:
E739: Cannot create directory /share: read-only file system

in the terminal and tries to open default NVIM.

I have an aliases file .zsh_aliases and have put the alias in there.

Looking at :scriptnames , script 13 is rplugin which I didnt know I had.

install.sh doesn't work for Mac Os

When I tried to run the install.sh from my macOS laptop, it gave follow error:
zsh: ./install.sh: bad interpreter: /usr/bin/sh: no such file or directory

module

module 'utils' not found

lua/config/lsp/null-ls/formatters.lua

i am getting error from fromatters.lua file that module 'utils' not found

OS : Arch linux x86_64

This is my nvim repo - https://github.com/samridht23/nnvim

BufWritePre AutoCommands error

Hi,

thank you for your work, it's an amazing config when everything is working, but in my case i'm having trouble getting nul-ls working as i get an error each time i save the file

i work mainly with javascript but from time to time i use python and go

here is a screenshot about the error if that could help debugging it:
Screenshot 2022-05-16 at 14 30 16

telescope-ui-select

thanks for your series of articles, I added the plugin as it was written in the article, but the output of the command :lua vm.ls.buf.code_action() still happens through the native part...
Снимок экрана от 2022-11-23 13-15-39

Null-ls issues

Hello,

Edit: for any one else having the same issue (seems to be mac related) brew reinstall neovim fixes this issue.

Just pulled the latest mater branch and I am encountering this when attempting for format, it errors regardless of language and/or formatter used.

Error detected while processing BufWritePre Autocommands for "<buffer=1>":
E5108: Error executing lua .../adam/.config/nvim/lua/config/lsp/null-ls/formatters.lua:23: attempt to call field 'format' (a nil value)
stack traceback:
.../adam/.config/nvim/lua/config/lsp/null-ls/formatters.lua:23: in function 'format'

In addition to that if I attempt to view function lsp docs I get

E5108: Error executing lua ...site/pack/packer/opt/null-ls.nvim/lua/null-ls/client.lua:39: bad argument #1 to 'unpack' (table expected, got string)
stack traceback:
[C]: in function 'unpack'
...site/pack/packer/opt/null-ls.nvim/lua/null-ls/client.lua:39: in function 'capability_is_disabled'
...site/pack/packer/opt/null-ls.nvim/lua/null-ls/client.lua:50: in function 'supports_method'
...r/neovim/HEAD-ae325e6/share/nvim/runtime/lua/vim/lsp.lua:1470: in function 'fn'
...r/neovim/HEAD-ae325e6/share/nvim/runtime/lua/vim/lsp.lua:164: in function 'for_each_buffer_client'
...r/neovim/HEAD-ae325e6/share/nvim/runtime/lua/vim/lsp.lua:1469: in function 'request'
...ovim/HEAD-ae325e6/share/nvim/runtime/lua/vim/lsp/buf.lua:61: in function 'hover'
[string ":lua"]:1: in main chunk

image

image

'nvb' doesn't launch the plugin installer

Hello, I am testing on Windows 11 with WSL2 (with Debian) and when trying to follow the steps to setup the initial environment, I have followed the steps:

  1. Cloning the repo
  2. Checking out the '01-init.lua' branch
  3. Running 'source ./install.sh'
  4. Running 'nvb' command

The only thing that happens is that neovim opens, and then nothing happens - Are there any other requirements that are missed, it doesn't appear to operate the same way as shown in your video.

This is a fresh install of Debian 11 fully updated and only installed curl, git, neovim and stow.

treesitter configuration may have outdated

the treesitter configuration seems has an outdated configuration:

    1 local M = {}
    2
    3 function M.setup()
    4   require("nvim-treesitter.configs").setup {
    5     -- One of "all", "maintained" (parsers with maintainers), or a list of languages
    6     ensure_installed = "maintained",
    7
    8     -- Install languages synchronously (only applied to `ensure_installed`)
    9     sync_install = false,
   10
   11     highlight = {
   12       -- `false` will disable the whole extension
   13       enable = true,
   14     },
   15   }
   16 end
   17
   18 return M

Line 6 gives an error: "Parser not available for language maintained" when I start with nvb.
Suggest to change it to "all"

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.