nvim/lua/plugins/magma_nvim.lua
Evie Litherland-Smith 84db975993 Add tokyonight colourscheme
Optimise startup times for some plugins
Optimise LSP setup
2023-05-17 14:57:53 +01:00

5 lines
82 B
Lua

return {
"dccsillag/magma-nvim",
event = { "BufReadPre", "BufNewFile" }
}