Use kanagawa theme in vim

This commit is contained in:
Dave Gallant
2021-12-22 21:49:22 -05:00
parent cb5577d8e8
commit 46b6d6e212
3 changed files with 23 additions and 7 deletions

View File

@@ -155,6 +155,7 @@ in
ps = "procs";
t = "tmux-sessionizer";
tree = "exa --tree";
v = "nvim";
};
"oh-my-zsh" = {

View File

@@ -72,7 +72,7 @@ vim.api.nvim_set_keymap(
--Set colorscheme
vim.o.termguicolors = true
vim.cmd([[colorscheme gruvbox]])
vim.cmd([[colorscheme kanagawa]])
-- Use tab as trigger keys
vim.cmd([[imap <tab> <Plug>(completion_smart_tab)]])
@@ -141,6 +141,7 @@ vim.cmd([[autocmd BufWritePre *.nix lua vim.lsp.buf.formatting_sync()]])
require("packer").startup(function()
use({ "ms-jpq/coq_nvim", branch = "coq" }) -- main one
use({ "ms-jpq/coq.artifacts", branch = "artifacts" }) -- 9000+ Snippets
use({ "rebelot/kanagawa.nvim", branch = "master" })
use({
"AckslD/nvim-neoclip.lua",
config = function()