Move from i3 to sway #1

Merged
an.tsouchlos merged 27 commits from feature/sway into main 2024-06-05 22:57:02 +00:00
Showing only changes of commit 6d43613a77 - Show all commits

View File

@ -173,6 +173,16 @@ return {
-- "--pch-storage=memory"
}
}
require('lspconfig').matlab_ls.setup({
settings = {
filetypes = {"matlab"},
matlab = {
installPath = "/opt/matlab/R2023a/"
},
},
single_file_support = true
})
end
}
}