Skip to content

discussions Search Results · repo:folke/neoconf.nvim language:Lua

4 results
 (66 ms)

4 results

infolke/neoconf.nvim (press backspace or delete to remove)

Neoconf seems to set itself as a configuration manager of lsp server. Therefore, it requires lspconfig plugin. But is it possible to use it as a general configuration manager for non-lsp plugins? If ...
  • qlibpposted
    on Oct 10, 2023
  • 2

Howdy! I m really out of idea how to set up the rust-analyzer for my project. I m working on a STM32 embeded project. I want to rust-analyzer using the thumbv7m-none-eabi as the target. I list my .neoconf.json ...
  • kuppoposted
    on Jan 11, 2025
  • 1

it is possible to run the same client with different config depend on .neoconf.json

Some language servers use environmental variables for configuration options, with vscode settings, defining these is possible, is there some way to do this from the neoconf json config file? There should ...