added README, removed headlines because I didn't like it

This commit is contained in:
2024-04-05 09:22:32 +02:00
parent da33c345bd
commit a3f658378b
3 changed files with 10 additions and 22 deletions

4
README.md Normal file
View 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*

View File

@@ -92,7 +92,7 @@ return require("packer").startup(function(use)
require("Comment").setup()
end,
})
--[[
use({
"lukas-reineke/headlines.nvim",
after = "nvim-treesitter",
@@ -100,6 +100,7 @@ return require("packer").startup(function(use)
require("headlines").setup()
end,
})
]]
use("JoosepAlviste/nvim-ts-context-commentstring")

View File

@@ -146,14 +146,6 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/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"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/lspkind.nvim",
@@ -262,23 +254,14 @@ _G.packer_plugins = {
}
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
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")
time([[Config for Comment.nvim]], false)
-- Load plugins in order defined by `after`
time([[Sequenced loading]], true)
vim.cmd [[ packadd nvim-treesitter ]]
vim.cmd [[ packadd headlines.nvim ]]
-- 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)
-- 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)
_G._packer.inside_compile = false
if _G._packer.needs_bufread == true then