Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
7
.config/nvim/lua/plugins/code-playground.lua
Normal file
7
.config/nvim/lua/plugins/code-playground.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'GustavEikaas/code-playground.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('code-playground').setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user