commit 803836d4bb6fa437d4fc404c0ff78aa0f57849c8 parent 5362e9807d404ddbf98269c93f332a11871431a8 Author: Yohanes Bandung Bondowoso <hi@ybbond.dev> Date: Mon, 17 Aug 2020 15:34:46 +0700 update doom config, and remove vim-zettel from nvim Diffstat:
| M | .config/nvim/init.vim | | | 9 | --------- |
| M | .doom.d/+plugins.el | | | 6 | ++++++ |
| M | .doom.d/config.el | | | 2 | +- |
| M | .doom.d/custom.el | | | 4 | +--- |
4 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -16,10 +16,6 @@ call plug#begin(s:plugin_location) Plug '/usr/local/opt/fzf' Plug 'ybbond/fzf.vim' - " *wiki* - Plug 'vimwiki/vimwiki' - Plug 'michal-h21/vim-zettel' - " *bufkill* Plug 'qpkorr/vim-bufkill' @@ -195,11 +191,6 @@ if has('nvim') set inccommand=split endif -let g:nv_search_paths = ['~/notes'] -let g:vimwiki_list = [{'path': '~/notes/', - \ 'syntax': 'markdown', 'ext': '.md'}] -let g:zettel_fzf_command = "rg --column --line-number --ignore-case --no-heading --color=always " - " Let's save undo info! if has('nvim') if has('persistent_undo') diff --git a/.doom.d/+plugins.el b/.doom.d/+plugins.el @@ -27,6 +27,12 @@ :config (evil-better-visual-line-on)) +;; Ivy +(map! :after ivy + :map ivy-minibuffer-map + "S-SPC" nil + "C-SPC" 'ivy-restrict-to-matches) + ;; Snipe (after! evil-snipe (setq evil-snipe-smart-case t) diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -37,8 +37,8 @@ ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: ;; light theme: white -(setq doom-theme 'doom-gruvbox) +(setq doom-theme 'doom-gruvbox) (setq doom-incremental-load-immediately nil) (setq display-line-numbers-type 'relative) diff --git a/.doom.d/custom.el b/.doom.d/custom.el @@ -3,9 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files - (quote - ("/Users/yohanesbandung/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journals/2020-08-12.org"))) + '(org-agenda-files nil) '(package-selected-packages (quote (org-roam-server evil-better-visual-line)))) (custom-set-faces ;; custom-set-faces was added by Custom.