diff options
author | Julian T <julian@jtle.dk> | 2020-09-16 15:56:24 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-16 15:56:24 +0200 |
commit | 7938bab1a0b3d90492a0f82706569f2f7f9eeb23 (patch) | |
tree | 02519cfbf31f7a0da1ba5933ddb5b4b7279c5efe /vim/.vimrc | |
parent | a52a730658403e7fdc51defeaabffc7856575459 (diff) |
Draft system for waylandwayland
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -38,13 +38,15 @@ set shellslash " Git Plugin 'tpope/vim-fugitive' - + " File support " Plugin 'cespare/vim-toml' "Plugin 'lervag/vimtex' - + Plugin 'aklt/plantuml-syntax' + Plugin 'LnL7/vim-nix' + " Plugin 'vimwiki/vimwiki' - + " Snippits Plugin 'SirVer/ultisnips' @@ -80,7 +82,7 @@ set shellslash au User lsp_setup call lsp#register_server({ \ 'name': 'python', \ 'cmd': {server_info->['pyls']}, - \ 'whitelist': ['python'], + \ 'whitelist': ['python', 'py'], \ }) endif if executable('clangd') |