mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
autoload everything
This commit is contained in:
parent
793b65c843
commit
242333ceb7
10 changed files with 46 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
||||||
(module help-thingy
|
(module help-thingy
|
||||||
{require {utils utils
|
{autoload {utils utils
|
||||||
a aniseed.core
|
a aniseed.core
|
||||||
str aniseed.string
|
str aniseed.string
|
||||||
popup popup
|
popup popup
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module keybinds
|
(module keybinds
|
||||||
{require {a aniseed.core
|
{autoload {a aniseed.core
|
||||||
nvim aniseed.nvim
|
nvim aniseed.nvim
|
||||||
utils utils
|
utils utils
|
||||||
wk which-key
|
wk which-key
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
(module plugins
|
(module plugins
|
||||||
{require {}
|
{require-macros [macros]})
|
||||||
require-macros [macros]})
|
|
||||||
|
|
||||||
(packer-use
|
(packer-use
|
||||||
"/home/leon/coding/projects/nvim-gehzu" {}
|
"/home/leon/coding/projects/nvim-gehzu" {}
|
||||||
|
@ -55,7 +54,7 @@
|
||||||
|
|
||||||
:junegunn/goyo.vim {:cmd "Goyo"}
|
:junegunn/goyo.vim {:cmd "Goyo"}
|
||||||
|
|
||||||
:lewis6991/gitsigns.nvim {:mod "plugins.gitsigns"}
|
;:lewis6991/gitsigns.nvim {:mod "plugins.gitsigns"}
|
||||||
|
|
||||||
|
|
||||||
:tpope/vim-fugitive {}
|
:tpope/vim-fugitive {}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.compe
|
(module plugins.compe
|
||||||
{require {utils utils
|
{autoload {utils utils
|
||||||
compe compe}})
|
compe compe}})
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.galaxyline
|
(module plugins.galaxyline
|
||||||
{require {a aniseed.core
|
{autoload {a aniseed.core
|
||||||
str aniseed.string
|
str aniseed.string
|
||||||
nvim aniseed.nvim
|
nvim aniseed.nvim
|
||||||
utils utils
|
utils utils
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.lililine
|
(module plugins.lililine
|
||||||
{require {a aniseed.core
|
{autoload {a aniseed.core
|
||||||
str aniseed.string
|
str aniseed.string
|
||||||
nvim aniseed.nvim
|
nvim aniseed.nvim
|
||||||
utils utils
|
utils utils
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.lsp
|
(module plugins.lsp
|
||||||
{require {a aniseed.core
|
{autoload {a aniseed.core
|
||||||
lsp lspconfig
|
lsp lspconfig
|
||||||
lsp-configs lspconfig.configs
|
lsp-configs lspconfig.configs
|
||||||
utils utils}
|
utils utils}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.nvim-colorizer
|
(module plugins.nvim-colorizer
|
||||||
{require {colorizer colorizer}})
|
{autoload {colorizer colorizer}})
|
||||||
|
|
||||||
|
|
||||||
; this really shouldn't be necessary,.. but it is
|
; this really shouldn't be necessary,.. but it is
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module plugins.telescope
|
(module plugins.telescope
|
||||||
{require {utils utils
|
{autoload {utils utils
|
||||||
telescope telescope
|
telescope telescope
|
||||||
actions telescope.actions}})
|
actions telescope.actions}})
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(module smart-compe-conjure
|
(module smart-compe-conjure
|
||||||
{require {utils utils
|
{autoload {utils utils
|
||||||
a aniseed.core
|
a aniseed.core
|
||||||
str aniseed.string
|
str aniseed.string
|
||||||
view aniseed.view
|
view aniseed.view
|
||||||
|
|
Loading…
Reference in a new issue