replace juliana with kanagawa theme

This commit is contained in:
Dietrich Rink
2023-06-10 14:52:09 +02:00
parent 08945b405c
commit 63b671ea14
4 changed files with 4 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ RUN printf '%s\n' \
hrsh7th/nvim-cmp hrsh7th/cmp-buffer hrsh7th/cmp-path hrsh7th/cmp-nvim-lua \
hrsh7th/cmp-cmdline hrsh7th/cmp-nvim-lsp neovim/nvim-lspconfig \
saadparwaiz1/cmp_luasnip L3MON4D3/LuaSnip jiangmiao/auto-pairs \
tpope/vim-surround tpope/vim-repeat kaiuri/nvim-juliana \
tpope/vim-surround tpope/vim-repeat rebelot/kanagawa.nvim \
| xargs -n1 -P0 -I'{}' git clone --depth 1 'https://github.com/{}'
RUN printf 'helptags %s\n' */doc | nvim --noplugin -es