aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-02-22 21:21:39 -0500
committertdro <tdro@users.noreply.github.com>2022-02-22 22:19:32 -0500
commitfc927568751efa4c4a420c69ba53ad44f715231a (patch)
treed1896daad4b2328a6afbb630e3e12d75be3c2082 /.vimrc
parent576fadaebf8136186df68dd92916a918864d29f4 (diff)
downloaddotfiles-fc927568751efa4c4a420c69ba53ad44f715231a.tar.gz
dotfiles-fc927568751efa4c4a420c69ba53ad44f715231a.tar.bz2
dotfiles-fc927568751efa4c4a420c69ba53ad44f715231a.zip
.config/rofi: Dump and use old theme
Rofi version 1.7.0 deprecates old theme configuration. rofi -dump-config > theme.rasi
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 90da095..bddb341 100644
--- a/.vimrc
+++ b/.vimrc
@@ -331,6 +331,7 @@ augroup AutoCommands
" Set file types.
autocmd BufRead,BufNewFile *.nims set filetype=nim
+ autocmd BufRead,BufNewFile *.rasi set filetype=css
" Clear notification on cursor movement.
autocmd CursorMoved * silent! call popup_clear()