GithubHelp home page GithubHelp logo

nvim's Introduction

NVIM for golang, java and elixir

Requirements

  • asdf (master)
  • golang (1.22.1)
  • erlang (otp-26)
  • elixir (1.16)
  • java (21)
  • dotnet (v8)
  • nodejs (v20.11.1)

make sure you have installed asdf, golang, erlang, elixir, java, dotnet and nodejs

Other dependencies for debugging and LSP

  • delve for debugging golang application
  • jdtls for LSP here right now using version jdt-language-server-1.34.0-202404031240.tar.gz
  • vscode-java-test for debugging java test here
  • java-debug for debugging java application here

For java development

first you have to compile and build java-debug and vscode-java-test jar files manually

JDTLS

  • download latest version of JDTLS
  • extract to ~/.local/share/jdtls

Java Debug

  • clone repository and change directory to java-debug
  • run command
./mvnw clean install
  • copy files from com.microsoft.java.debug.plugin/target/*.jar to ~/.local/share/jdtls directory
cp com.microsoft.java.debug.plugin/target/*.jar ~/.local/share/jdtls/

VsCode Java Test

  • clone repository and cd to vscode-java-test
  • make sure nodejs installed
  • make sure to use java 21 (right now this one is supported, latest version of java 22 is not supported yet)
  • run npm install
  • run nom run build-plugin
  • run cp server/*.jar ~/.local/share/jdtls/

For DotNet development

To develop dotnet application, you need to setup and download omnisharp rosyln server manually from here and then follow these step:

  • Extract downloaded omnisharp server to "$HOME/.local/share/omnisharp"

nvim's People

Contributors

digitalysin avatar

Watchers

 avatar

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.