updates and stuff
This commit is contained in:
parent
9f7beb5ba8
commit
ebae08f759
3 changed files with 15 additions and 3 deletions
4
init.lua
4
init.lua
|
@ -1,6 +1,10 @@
|
|||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
|
||||
vim.g.editorconfig = true
|
||||
vim.cmd("filetype plugin on")
|
||||
vim.cmd("filetype indent off")
|
||||
|
||||
if vim.loader then
|
||||
vim.loader.enable()
|
||||
end
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
"lazyvim.plugins.extras.dap.core",
|
||||
"lazyvim.plugins.extras.editor.aerial",
|
||||
"lazyvim.plugins.extras.formatting.prettier",
|
||||
"lazyvim.plugins.extras.lang.clangd",
|
||||
"lazyvim.plugins.extras.lang.elixir",
|
||||
"lazyvim.plugins.extras.lang.go",
|
||||
"lazyvim.plugins.extras.lang.java",
|
||||
"lazyvim.plugins.extras.lang.ruby",
|
||||
"lazyvim.plugins.extras.lang.rust",
|
||||
"lazyvim.plugins.extras.lang.tailwind",
|
||||
"lazyvim.plugins.extras.lang.typescript",
|
||||
|
@ -13,4 +17,4 @@
|
|||
"NEWS.md": "2123"
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,14 +4,18 @@ return {
|
|||
name = "rose-pine",
|
||||
config = function()
|
||||
require("rose-pine").setup({
|
||||
groups = {
|
||||
background = "none",
|
||||
-- groups = {
|
||||
-- background = "none",
|
||||
-- },
|
||||
styles = {
|
||||
transparency = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nyoom-engineering/oxocarbon.nvim",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
|
||||
-- Configure LazyVim to load rose-pine
|
||||
|
|
Loading…
Reference in a new issue