added README, removed headlines because I didn't like it
This commit is contained in:
4
README.md
Normal file
4
README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# nvim-config
|
||||||
|
My personal [Neovim](https://github.com/neovim/neovim) configuration.
|
||||||
|
Theme: [Catppuccin](https://github.com/catppuccin/nvim) Mocha
|
||||||
|
*Note: This config is designed for a transparent terminal*
|
||||||
@@ -92,7 +92,7 @@ return require("packer").startup(function(use)
|
|||||||
require("Comment").setup()
|
require("Comment").setup()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
--[[
|
||||||
use({
|
use({
|
||||||
"lukas-reineke/headlines.nvim",
|
"lukas-reineke/headlines.nvim",
|
||||||
after = "nvim-treesitter",
|
after = "nvim-treesitter",
|
||||||
@@ -100,6 +100,7 @@ return require("packer").startup(function(use)
|
|||||||
require("headlines").setup()
|
require("headlines").setup()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
]]
|
||||||
|
|
||||||
use("JoosepAlviste/nvim-ts-context-commentstring")
|
use("JoosepAlviste/nvim-ts-context-commentstring")
|
||||||
|
|
||||||
|
|||||||
@@ -146,14 +146,6 @@ _G.packer_plugins = {
|
|||||||
path = "/home/j409/.local/share/nvim/site/pack/packer/start/harpoon",
|
path = "/home/j409/.local/share/nvim/site/pack/packer/start/harpoon",
|
||||||
url = "https://github.com/ThePrimeagen/harpoon"
|
url = "https://github.com/ThePrimeagen/harpoon"
|
||||||
},
|
},
|
||||||
["headlines.nvim"] = {
|
|
||||||
config = { "\27LJ\2\n7\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\14headlines\frequire\0" },
|
|
||||||
load_after = {},
|
|
||||||
loaded = true,
|
|
||||||
needs_bufread = false,
|
|
||||||
path = "/home/j409/.local/share/nvim/site/pack/packer/opt/headlines.nvim",
|
|
||||||
url = "https://github.com/lukas-reineke/headlines.nvim"
|
|
||||||
},
|
|
||||||
["lspkind.nvim"] = {
|
["lspkind.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/j409/.local/share/nvim/site/pack/packer/start/lspkind.nvim",
|
path = "/home/j409/.local/share/nvim/site/pack/packer/start/lspkind.nvim",
|
||||||
@@ -262,23 +254,14 @@ _G.packer_plugins = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
time([[Defining packer_plugins]], false)
|
time([[Defining packer_plugins]], false)
|
||||||
-- Config for: barbecue.nvim
|
|
||||||
time([[Config for barbecue.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n6\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rbarbecue\frequire\0", "config", "barbecue.nvim")
|
|
||||||
time([[Config for barbecue.nvim]], false)
|
|
||||||
-- Config for: Comment.nvim
|
-- Config for: Comment.nvim
|
||||||
time([[Config for Comment.nvim]], true)
|
time([[Config for Comment.nvim]], true)
|
||||||
try_loadstring("\27LJ\2\n5\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\fComment\frequire\0", "config", "Comment.nvim")
|
try_loadstring("\27LJ\2\n5\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\fComment\frequire\0", "config", "Comment.nvim")
|
||||||
time([[Config for Comment.nvim]], false)
|
time([[Config for Comment.nvim]], false)
|
||||||
-- Load plugins in order defined by `after`
|
-- Config for: barbecue.nvim
|
||||||
time([[Sequenced loading]], true)
|
time([[Config for barbecue.nvim]], true)
|
||||||
vim.cmd [[ packadd nvim-treesitter ]]
|
try_loadstring("\27LJ\2\n6\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rbarbecue\frequire\0", "config", "barbecue.nvim")
|
||||||
vim.cmd [[ packadd headlines.nvim ]]
|
time([[Config for barbecue.nvim]], false)
|
||||||
|
|
||||||
-- Config for: headlines.nvim
|
|
||||||
try_loadstring("\27LJ\2\n7\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\14headlines\frequire\0", "config", "headlines.nvim")
|
|
||||||
|
|
||||||
time([[Sequenced loading]], false)
|
|
||||||
|
|
||||||
_G._packer.inside_compile = false
|
_G._packer.inside_compile = false
|
||||||
if _G._packer.needs_bufread == true then
|
if _G._packer.needs_bufread == true then
|
||||||
|
|||||||
Reference in New Issue
Block a user