Coder Social home page Coder Social logo

Comments (7)

AlanWarren avatar AlanWarren commented on May 15, 2024 1

@ecosse3 I had a chance to try it out, and everything appears functional. Appreciate it!

from nvim.

ecosse3 avatar ecosse3 commented on May 15, 2024

What neovim version do you have? Could you check if you have latest nightly? I've checked on 3 different OS and the installer works fine. Maybe you have 0.8 version which doesn't have winbar support yet, I'm not sure. Try commenting everything from line 16 to bottom in lua/autocmds.lua.

from nvim.

AlanWarren avatar AlanWarren commented on May 15, 2024

I was using NVIM v0.8.0-dev+359-g9745941ef

Just grabbed the latest nightly - NVIM v0.8.0-dev+374-ge13dcdf16
Same error as above. :(

from nvim.

AlanWarren avatar AlanWarren commented on May 15, 2024

I've tried commenting everything from line 16 to the bottom on lua/autocmds.lua. The error does go away, but each time I open neovim it lists the following language servers are being installed.

(automatic installation) Installing LSP server: tsserver
(automatic installation) Installing LSP server: tailwindcss
(automatic installation) Installing LSP server: eslint
(automatic installation) Installing LSP server: jsonls
(automatic installation) Installing LSP server: sumneko_lua
(automatic installation) Installing LSP server: vuels
(automatic installation) Installing LSP server: bashls
(automatic installation) Installing LSP server: cssls
(automatic installation) Installing LSP server: graphql
(automatic installation) Installing LSP server: html
(automatic installation) Installing LSP server: volar
Press ENTER or type command to continue

After pressing ENTER nvim opens with autocmds.lua loaded as a buffer. (not sure why it's doing that)
If I execute :messages I can see the following.

Spawning language server with cmd: `lua-language-server` failed. The language server is either not installed, missing from PATH, or not executable.
Press ENTER or type command to continue

Also, just curious. Why does your installer reset my bat theme? I can resolve this with bat cache --build but just seems odd.

Appreciate it

from nvim.

ecosse3 avatar ecosse3 commented on May 15, 2024

but each time I open neovim it lists the following language servers are being installed.

Servers should be installed just once and then message should dissapear, I know it's annoying and there is opened issue for that -> williamboman/nvim-lsp-installer#702

You can check your installation progress by :LspInstallInfo.

You can try to remove sumneko_lua from lua/lsp/setup.lua as it's in the list to auto install LSPs. Then you can manually install it with :LspInstall. Maybe then it won't fail. To me it installs each time correctly.

After pressing ENTER nvim opens with autocmds.lua loaded as a buffer.

Sounds like session-manager auto opens last saved session (if possible). I removed this as default with Ecovim 1.9.0, so if it's not that I don't know answer why it's doing it. You can check in lua/plugins/session-manager.lua

Why does your installer reset my bat theme?

I don't know answer to this question. I don't have anything related to bat in my config so I guess it's not Ecovim fault.

What OS are you using? I'm using daily MacOS now but will check my config again on Arch linux. (I was checking on Alpine and Ubuntu recently and installer works perfectly with nvim 0.7).

from nvim.

ecosse3 avatar ecosse3 commented on May 15, 2024

@AlanWarren I was able to reproduce this issue on Linux. On MacOS it was working fine. I'll push a fix soon :)

from nvim.

ecosse3 avatar ecosse3 commented on May 15, 2024

@AlanWarren Should be fixed now, please let me know :)
If you you Neovim 0.8 Nightly right now after first Ecovim install winbar will not work (it has some errors with loading, idk why yet). But after the second run, it should work fine and show.

from nvim.

Related Issues (20)

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.