From a29fa44b3a0bd6f726ab2e8169dec35b697b04a0 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 7 Feb 2021 20:35:46 +0100 Subject: neovim config added --- .config/nvim/coc-settings.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/nvim/coc-settings.json (limited to '.config/nvim/coc-settings.json') diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json new file mode 100644 index 0000000..aabee92 --- /dev/null +++ b/.config/nvim/coc-settings.json @@ -0,0 +1,31 @@ +{ + "coc.preferences.formatOnSaveFiletypes": [ + "css", + "markdown", + "javascript", + "graphql", + "html", + "yaml", + "json", + "python" + ], + // python config + "python.linting.enabled": true, + "python.linting.pylintEnabled": true, + "snippets.ultisnips.directories": [ + "UltiSnips", + "~/.config/nvim/utils/snips" + ], + // explorer + "explorer.width": 30, + "explorer.icon.enableNerdfont": true, + "explorer.previewAction.onHover": false, + "explorer.keyMappings.global": { + "": [ + "expandable?", + "expand", + "open" + ], + "v": "open:vsplit" + } +} -- cgit v1.2.3-70-g09d2