aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index ff4850d..efba63c 100644
--- a/vimrc
+++ b/vimrc
@@ -134,3 +134,6 @@ autocmd BufRead,BufNewFile *.js,*.html,*.css :setlocal
\ softtabstop=2
\ shiftwidth=2
\ expandtab
+
+" Snippets
+nnoremap ,pycls : -1read $HOME/.local/share/snippets/python/module.skel<CR>