diff --git a/emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el b/emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el index cf4baa9..ca82860 100644 --- a/emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el +++ b/emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el @@ -2,7 +2,9 @@ ;;; Snippet definitions: ;;; (yas-define-snippets 'markdown-mode - '(("header" "+++\ntitle = \"${1:title}\"\ndate = `(format-time-string \"%Y-%m-%d\")`\n\n[taxonomies]\ntags = [\"${3:tag}\"]\n+++\n\n$0\n\n" "Markdown header" nil nil nil "/home/juliobiason/.emacs.d/snippets/markdown-mode/header" nil nil))) + '(("stars" "{{ stars(stars=${1:stars}) }}" "stars" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/stars" nil nil) + ("header" "+++\ntitle = \"${1:title}\"\ndate = `(format-time-string \"%Y-%m-%d\")`\n\n[taxonomies]\ntags = [\"${2:tag}\"]\n+++\n\n$3\n\n\n" "Markdown header" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/header" nil nil) + ("draft" "draft = true\n" "Set the post as draft" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/draft" nil nil))) -;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020 +;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021 diff --git a/emacs.d/snippets/markdown-mode/header b/emacs.d/snippets/markdown-mode/header index 043e4b8..2b7f99e 100644 --- a/emacs.d/snippets/markdown-mode/header +++ b/emacs.d/snippets/markdown-mode/header @@ -7,9 +7,9 @@ title = "${1:title}" date = `(format-time-string "%Y-%m-%d")` [taxonomies] -tags = ["${3:tag}"] +tags = ["${2:tag}"] +++ -$0 +$3 - \ No newline at end of file + diff --git a/emacs.d/snippets/python-mode/.yas-compiled-snippets.el b/emacs.d/snippets/python-mode/.yas-compiled-snippets.el index 133b73e..6b5fc37 100644 --- a/emacs.d/snippets/python-mode/.yas-compiled-snippets.el +++ b/emacs.d/snippets/python-mode/.yas-compiled-snippets.el @@ -1,2 +1,2 @@ ;;; Compiled snippets and support files for `python-mode' -;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020 +;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021 diff --git a/emacs.d/snippets/rust-mode/.yas-compiled-snippets.el b/emacs.d/snippets/rust-mode/.yas-compiled-snippets.el index 74895c0..9d6a4f2 100644 --- a/emacs.d/snippets/rust-mode/.yas-compiled-snippets.el +++ b/emacs.d/snippets/rust-mode/.yas-compiled-snippets.el @@ -1,2 +1,2 @@ ;;; Compiled snippets and support files for `rust-mode' -;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020 +;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021 diff --git a/nvim/pack/colors/start/vim-code-dark b/nvim/pack/colors/start/vim-code-dark new file mode 160000 index 0000000..531c0a0 --- /dev/null +++ b/nvim/pack/colors/start/vim-code-dark @@ -0,0 +1 @@ +Subproject commit 531c0a027024b46aad24923642a9078764652b50 diff --git a/nvim/spell/pt.utf-8.add b/nvim/spell/pt.utf-8.add index a4787b9..a010e5d 100644 --- a/nvim/spell/pt.utf-8.add +++ b/nvim/spell/pt.utf-8.add @@ -2,3 +2,7 @@ Movile MeetUps MeetUp WhatsApp +HackerNews +Rust +post +Estanhos diff --git a/nvim/spell/pt.utf-8.add.spl b/nvim/spell/pt.utf-8.add.spl index af71fb9..2c4c684 100644 Binary files a/nvim/spell/pt.utf-8.add.spl and b/nvim/spell/pt.utf-8.add.spl differ