feat(neovim): add nix-store.nvim and change old calls
This commit is contained in:
parent
34ad9056ca
commit
39e987678c
6 changed files with 206 additions and 219 deletions
|
@ -122,7 +122,7 @@ function M:start()
|
|||
|
||||
vim.fn.setenv("DOTNET_ENVIRONMENT", "Development")
|
||||
|
||||
local debugger_path = vim.fn.getnixpath "netcoredbg" .. "/bin/netcoredbg"
|
||||
local debugger_path = vim.fn.get_nix_store "netcoredbg" .. "/bin/netcoredbg"
|
||||
|
||||
local dap = require "dap"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue