Compare commits
2 Commits
c75b77b0d6
...
3bc1cd81f6
Author | SHA1 | Date | |
---|---|---|---|
3bc1cd81f6 | |||
b9d737761b |
@ -4,20 +4,14 @@
|
|||||||
|
|
||||||
---@type LazySpec
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
{ import = "astrocommunity.pack.lua" },
|
{ import = "astrocommunity.pack.lua" },
|
||||||
-- import/override with your plugins folder
|
-- import/override with your plugins folder
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Personal config
|
-- Personal config
|
||||||
--
|
--
|
||||||
|
|
||||||
-- Packs
|
|
||||||
{ import = "astrocommunity.pack.bash" },
|
|
||||||
{ import = "astrocommunity.pack.json" },
|
|
||||||
{ import = "astrocommunity.pack.yaml" },
|
|
||||||
{ import = "astrocommunity.pack.toml" },
|
|
||||||
-- { import = "astrocommunity.pack.markdown" },
|
|
||||||
-- { import = "astrocommunity.pack.ansible" },
|
-- { import = "astrocommunity.pack.ansible" },
|
||||||
-- { import = "astrocommunity.pack.docker" },
|
-- { import = "astrocommunity.pack.docker" },
|
||||||
-- { import = "astrocommunity.pack.helm" },
|
-- { import = "astrocommunity.pack.helm" },
|
||||||
@ -26,39 +20,52 @@ return {
|
|||||||
-- { import = "astrocommunity.pack.java" },
|
-- { import = "astrocommunity.pack.java" },
|
||||||
-- { import = "astrocommunity.pack.html-css" },
|
-- { import = "astrocommunity.pack.html-css" },
|
||||||
-- { import = "astrocommunity.pack.angular" },
|
-- { import = "astrocommunity.pack.angular" },
|
||||||
|
-- Packs
|
||||||
|
{ import = "astrocommunity.pack.bash" },
|
||||||
|
{ import = "astrocommunity.pack.toml" },
|
||||||
|
{ import = "astrocommunity.pack.yaml" },
|
||||||
|
{ import = "astrocommunity.pack.json" },
|
||||||
|
{ import = "astrocommunity.pack.markdown" },
|
||||||
|
|
||||||
-- Individual plugins (misc)
|
-- Recipes
|
||||||
-- { import = "astrocommunity.bars-and-lines.smartcolumn-nvim" },
|
{ import = "astrocommunity.recipes.heirline-mode-text-statusline" },
|
||||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
{ import = "astrocommunity.recipes.cache-colorscheme" },
|
||||||
{ import = "astrocommunity.diagnostics.trouble-nvim" },
|
{ import = "astrocommunity.recipes.neo-tree-dark" },
|
||||||
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
-- { import = "astrocommunity.recipes.disable-tabline" },
|
||||||
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
|
||||||
-- { import = "astrocommunity.editing-support.chatgpt-nvim" },
|
|
||||||
{ import = "astrocommunity.indent.indent-rainbowline" },
|
|
||||||
{ import = "astrocommunity.programming-language-support.rest-nvim" },
|
|
||||||
{ import = "astrocommunity.project.project-nvim" },
|
|
||||||
|
|
||||||
-- Individual plugins (colorschemes)
|
-- Individual plugins (misc)
|
||||||
{ import = "astrocommunity.colorscheme.vscode-nvim" },
|
{ import = "astrocommunity.diagnostics.trouble-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
-- { import = "astrocommunity.bars-and-lines.smartcolumn-nvim" },
|
||||||
-- { import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||||
{ import = "astrocommunity.colorscheme.nord-nvim" },
|
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.nordic-nvim" },
|
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
||||||
{ import = "astrocommunity.colorscheme.iceberg-vim" },
|
-- { import = "astrocommunity.editing-support.chatgpt-nvim" },
|
||||||
|
{ import = "astrocommunity.indent.indent-rainbowline" },
|
||||||
|
-- { import = "astrocommunity.programming-language-support.rest-nvim" },
|
||||||
|
-- { import = "astrocommunity.project.project-nvim" },
|
||||||
|
{ import = "astrocommunity.file-explorer.telescope-file-browser-nvim" },
|
||||||
|
|
||||||
-- Individual plugins customization
|
-- Individual plugins (colorschemes)
|
||||||
-- {
|
{ import = "astrocommunity.colorscheme.vscode-nvim" },
|
||||||
-- "nvim-treesitter/nvim-treesitter",
|
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
||||||
-- opts = function(_, opts)
|
-- { import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
||||||
-- local utils = require "astronvim.utils"
|
{ import = "astrocommunity.colorscheme.nord-nvim" },
|
||||||
-- if opts.ensure_installed ~= "all" then
|
{ import = "astrocommunity.colorscheme.nordic-nvim" },
|
||||||
-- opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed,
|
{ import = "astrocommunity.colorscheme.iceberg-vim" },
|
||||||
-- { "lua", "xml", "http", "json", "graphql" })
|
|
||||||
-- end
|
-- Individual plugins customization
|
||||||
-- end,
|
-- {
|
||||||
-- },
|
-- "nvim-treesitter/nvim-treesitter",
|
||||||
--
|
-- opts = function(_, opts)
|
||||||
-- Now provided by core
|
-- local utils = require "astronvim.utils"
|
||||||
-- { import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
-- if opts.ensure_installed ~= "all" then
|
||||||
-- { import = "astrocommunity.editing-support.todo-comments-nvim" },
|
-- opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed,
|
||||||
|
-- { "lua", "xml", "http", "json", "graphql" })
|
||||||
|
-- end
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
|
|
||||||
|
-- Now provided by core
|
||||||
|
-- { import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
||||||
|
-- { import = "astrocommunity.editing-support.todo-comments-nvim" },
|
||||||
}
|
}
|
||||||
|
6
lua/custom/keymaps.lua
Normal file
6
lua/custom/keymaps.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--
|
||||||
|
-- Keymaps
|
||||||
|
--
|
||||||
|
|
||||||
|
-- Selected (visual) pasted text
|
||||||
|
vim.keymap.set("n", "gp", "`[v`]")
|
@ -2,6 +2,9 @@
|
|||||||
-- things like custom filetypes. This just pure lua so anything that doesn't
|
-- things like custom filetypes. This just pure lua so anything that doesn't
|
||||||
-- fit in the normal config locations above can go here
|
-- fit in the normal config locations above can go here
|
||||||
|
|
||||||
|
-- Set up custom keymaps
|
||||||
|
require("custom.keymaps")
|
||||||
|
|
||||||
-- Set up custom autocmds
|
-- Set up custom autocmds
|
||||||
require("custom.autocmds")
|
require("custom.autocmds")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user