nix/home/file/nvim/module/plugin/lsp/Lua.nix

8 lines
99 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
text = ''
local lspconfig = require("lspconfig")
2024-11-04 04:37:29 +03:00
lspconfig.lua_ls.setup {}
'';
}