Change to lua style for hyprland

This commit is contained in:
2026-05-12 23:16:21 +02:00
parent 66ed635dba
commit 84f687e9f1
13 changed files with 310 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
return {
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable({ "lua_ls",
vim.lsp.enable({
"lua_ls",
"basedpyright",
"gopls",
"html",