Added vim conf

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-06-15 10:52:17 +02:00
parent 27d7d5dacf
commit 948344af18
5 changed files with 39 additions and 11 deletions

View File

@ -1,13 +1,13 @@
;; ----- smex-history -----
(
find-file
replace-string
whitespace-mode
package-refresh-contents
read-only-mode
overwrite-mode
write-file
python-black-on-save-mode
python-black-buffer
ispell
)
;; ----- smex-data -----
@ -50,7 +50,7 @@
(customize-themes . 1)
(ido-mode . 1)
(lsp-describe-session . 1)
(whitespace-mode . 6)
(whitespace-mode . 10)
(python-shell-switch-to-shell . 1)
(run-python . 2)
(display-fill-column-indicator-mode . 3)
@ -61,8 +61,8 @@
(python-black . 9)
(python-black-on-save-mode . 2)
(message-tab . 1)
(find-file . 1)
(replace-string . 3)
(find-file . 2)
(replace-string . 6)
(ispell . 2)
(python-black-buffer . 1)
(write-file . 1)