how to complete all the dependencies? #19
-
DEPENDENCIES
how to do the last 3?
I know the last one is to use font from nerdfonts but don't know how to the DAP and LSP anyone could help me? I want to use it for ruby on rails project |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For LSP you can follow the docs from nvim-lspconfig (for ruby you need to install solargraph gem, I usually had in my Gemfile under development or install automatically via asdf for every ruby version) For DAP you can follow the docs from nvim-dap (also here for ruby it's only a gem) About terminal it's important that supports ligatures, it's not only a problem of nerdfont. I reccomend wezterm, st or kitty |
Beta Was this translation helpful? Give feedback.
-
I added mason.nvim and mason-lspconfig which should make it much easier to install current and future dependencies |
Beta Was this translation helpful? Give feedback.
I added mason.nvim and mason-lspconfig which should make it much easier to install current and future dependencies