mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-02-15 13:03:25 +00:00
Attempt to fix nushell config
This commit is contained in:
10
lua/plugins/lang/nu.lua
Normal file
10
lua/plugins/lang/nu.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
require("lspconfig").nushell.setup({
|
||||
cmd = {
|
||||
"nu",
|
||||
"--config",
|
||||
vim.env.XDG_CONFIG_HOME .. "/nushell/lsp.nu",
|
||||
"--lsp",
|
||||
},
|
||||
}),
|
||||
}
|
||||
Reference in New Issue
Block a user