replace juliana with kanagawa theme
This commit is contained in:
@@ -13,7 +13,7 @@ RUN printf '%s\n' \
|
|||||||
hrsh7th/nvim-cmp hrsh7th/cmp-buffer hrsh7th/cmp-path hrsh7th/cmp-nvim-lua \
|
hrsh7th/nvim-cmp hrsh7th/cmp-buffer hrsh7th/cmp-path hrsh7th/cmp-nvim-lua \
|
||||||
hrsh7th/cmp-cmdline hrsh7th/cmp-nvim-lsp neovim/nvim-lspconfig \
|
hrsh7th/cmp-cmdline hrsh7th/cmp-nvim-lsp neovim/nvim-lspconfig \
|
||||||
saadparwaiz1/cmp_luasnip L3MON4D3/LuaSnip jiangmiao/auto-pairs \
|
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/{}'
|
| xargs -n1 -P0 -I'{}' git clone --depth 1 'https://github.com/{}'
|
||||||
RUN printf 'helptags %s\n' */doc | nvim --noplugin -es
|
RUN printf 'helptags %s\n' */doc | nvim --noplugin -es
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ pack 'vim-repeat'
|
|||||||
|
|
||||||
-- Visuals
|
-- Visuals
|
||||||
pack 'vim-buftabline'
|
pack 'vim-buftabline'
|
||||||
pack 'nvim-juliana'
|
pack 'kanagawa.nvim'
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
local juliana = require 'nvim-juliana'
|
|
||||||
|
|
||||||
-- Set color scheme
|
|
||||||
juliana.setup { colors = { fg4 = '#596875' } }
|
|
||||||
vim.cmd.colorscheme('juliana')
|
|
||||||
2
basic/nvim/plugconf/kanagawa.lua
Normal file
2
basic/nvim/plugconf/kanagawa.lua
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
-- Set color scheme
|
||||||
|
vim.cmd.colorscheme('kanagawa')
|
||||||
Reference in New Issue
Block a user