[Hyprland] Migrates to new lua-based config
This commit is contained in:
@@ -4,7 +4,12 @@ return {
|
||||
opts = {
|
||||
servers = {
|
||||
-- Lua
|
||||
lua_ls = {},
|
||||
lua_ls = {
|
||||
root_markers = {
|
||||
".luarc.json",
|
||||
".git",
|
||||
},
|
||||
},
|
||||
-- Nix
|
||||
nil_ls = {},
|
||||
-- Typescript
|
||||
|
||||
Reference in New Issue
Block a user