1
0
Fork 0
Commit Graph

276 Commits

Author SHA1 Message Date
Daniele Tricoli d54851aeb6 Update airline_mode_map 2021-09-17 02:37:25 +02:00
Daniele Tricoli 8fd22afc88 Set rust-analyzer path 2021-09-17 02:28:21 +02:00
Daniele Tricoli 9cd2a4bd18 Use rust-analyzer 2021-09-17 02:27:05 +02:00
Daniele Tricoli 36ac6135ba Add limelight 2021-05-23 01:09:00 +02:00
Daniele Tricoli 48ee93e58e Add goyo 2021-05-23 01:05:49 +02:00
Daniele Tricoli 924a92b67f Enable isort 2021-04-28 16:59:23 +02:00
Daniele Tricoli ef5fb65fb6 Use GitFiles when a directory is under git 2021-03-02 16:57:41 +01:00
Daniele Tricoli 225f92926d Add vim-css-color 2021-02-07 04:12:49 +01:00
Daniele Tricoli ec330ee364 Add a snippet to create a new entry for Zola 2021-02-02 09:24:45 +01:00
Daniele Tricoli a744f8d829 Use clang-format as ale fixer 2020-12-18 19:57:59 +01:00
Daniele Tricoli 2fb2362c65 Remove bufexplorer since I don't use it anymore 2020-12-05 13:20:28 +01:00
Daniele Tricoli 44795cbd1a Add statusline support 2020-11-21 19:28:38 +01:00
Daniele Tricoli 725aabbf4c Support also nvim for completion 2020-11-21 19:24:09 +01:00
Daniele Tricoli 66739c465f Don't use ale lsp 2020-11-21 19:02:32 +01:00
Daniele Tricoli 0d70d6582e Switch to rust-analyzer 2020-11-21 02:32:35 +01:00
Daniele Tricoli 16e751eb17 Use the vimwiki filetype only for vimwiki markdown files 2020-11-15 16:21:28 +01:00
Daniele Tricoli 40b84015de Disable cursorline in insert mode
Using termius the cursor shape is changed into a bar.
2020-11-15 04:16:35 +01:00
Daniele Tricoli 7b36c33257 Revert signcolumn to yes 2020-11-15 04:12:33 +01:00
Daniele Tricoli 71f9ea78a5 Install termius 2020-11-15 04:03:45 +01:00
Daniele Tricoli 0f683b5c07 Merge signcolumn and number column 2020-11-15 02:30:11 +01:00
Daniele Tricoli 8bf34ffcab Set cursorline in insert mode and unset it leaving insert mode 2020-11-13 10:03:24 +01:00
Daniele Tricoli 394102ee3b Remove unused mapping 2020-11-13 00:36:21 +01:00
Daniele Tricoli 5e6d644b87 I don't use tabs 2020-11-13 00:33:24 +01:00
Daniele Tricoli 458d83d303 Revert 2020-11-13 00:25:31 +01:00
Daniele Tricoli f386e7d809 Enable the use of the mouse 2020-11-13 00:15:10 +01:00
Daniele Tricoli 2f6999339a Set gui options inside a has("gui_running") guard 2020-11-12 17:31:49 +01:00
Daniele Tricoli 8f1e6cd709 Not needed anymore 2020-11-12 17:31:37 +01:00
Daniele Tricoli 8ae7d2c3b3 Update 2020-11-12 16:48:30 +01:00
Daniele Tricoli e827aef4c5 Enable smart-case 2020-11-12 16:30:55 +01:00
Daniele Tricoli b6430177da Use ALT 2020-11-03 01:13:32 +01:00
Daniele Tricoli a152407a8b Set comment for Kivy language 2020-11-03 00:42:54 +01:00
Daniele Tricoli dde7b38fc5 Disable sourcing not existent menu.vim 2020-10-20 00:31:40 +02:00
Daniele Tricoli 20ea99f75e Disable vim-visual-multi 2020-10-16 23:17:05 +02:00
Daniele Tricoli 942ef74024 Add vim-visual-multi 2020-10-16 22:57:35 +02:00
Daniele Tricoli a89f5d58ec Add vim-arduino 2020-10-02 19:02:01 +02:00
Daniele Tricoli 5879f862cc Split plugin configuration in before and after
polyglot need to have the option set before loading the plugin.
2020-09-17 20:28:02 +02:00
Daniele Tricoli 7cd8c8b26f Configure vimwiki to use markdown 2020-08-28 22:09:39 +02:00
Daniele Tricoli cf1c486205 Add vimwiki plugin 2020-08-28 15:47:09 +02:00
Daniele Tricoli 13e72a27bc Use indentation of 3 spaces as specified in Python devguide
See https://devguide.python.org/documenting/#use-of-whitespace
2020-04-24 01:04:47 +02:00
Daniele Tricoli 9d1b638562 Add vim-localvimrc plugin 2020-04-14 20:18:04 +02:00
Daniele Tricoli 159922927c Change sign for errors and warnings 2020-04-14 02:14:02 +02:00
Daniele Tricoli 084758c007 Move also the startup option 2020-04-13 23:54:21 +02:00
Daniele Tricoli da554d7a35 Move all the plugin configuration files into the custom directory 2020-04-13 23:50:18 +02:00
Daniele Tricoli f7d5a70f28 Move gruvbox configuration to a separate file 2020-04-13 23:45:21 +02:00
Daniele Tricoli 504c70802b Move polyglot configuration to a separate file 2020-04-13 23:37:10 +02:00
Daniele Tricoli 82062b19fc Move airline configuration in a separate file
Using after/plugin don't work, so I'll move all the configuration on the
conf.d directory.
2020-04-13 23:36:43 +02:00
Daniele Tricoli 3cf5713c34 Move commentary configuration in a separate file 2020-04-13 23:03:55 +02:00
Daniele Tricoli f650dd9bad Move ale configuration in a separate file 2020-04-13 22:59:41 +02:00
Daniele Tricoli e6567c7286 Update ale URL 2020-04-13 22:28:29 +02:00
Daniele Tricoli 691de91255 Move indent-guides configuration to a separate file 2020-04-13 21:30:22 +02:00