mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Use kanagawa theme in vim
This commit is contained in:
@@ -155,6 +155,7 @@ in
|
||||
ps = "procs";
|
||||
t = "tmux-sessionizer";
|
||||
tree = "exa --tree";
|
||||
v = "nvim";
|
||||
};
|
||||
|
||||
"oh-my-zsh" = {
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user