From 908541e7f579e06036d692df6bead9c657210f09 Mon Sep 17 00:00:00 2001 From: Nathan Shelly Date: Fri, 2 Oct 2020 16:51:37 -0700 Subject: [PATCH] misc: format --- README.md | 2 +- neovim/coc-settings.jsonc | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6be6fbe4..d524e0487 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ My personal dotfiles configuration for macOS & Linux systems. Primarily a [`zsh`](https://www.zsh.org), [`neovim`](https://github.com/neovim/neovim) & [`tmux`](https://github.com/tmux/tmux) workflow (respective folders: [`zsh`](./zsh), [`neovim`](./neovim) & [`tmux`](./tmux)). -![workflow](https://user-images.githubusercontent.com/9750687/77220178-cf451200-6afa-11ea-8993-18cf8ff1e32a.png 'workflow') +![workflow](https://user-images.githubusercontent.com/9750687/77220178-cf451200-6afa-11ea-8993-18cf8ff1e32a.png "workflow") ## toc diff --git a/neovim/coc-settings.jsonc b/neovim/coc-settings.jsonc index 90000b9c7..e251ee482 100644 --- a/neovim/coc-settings.jsonc +++ b/neovim/coc-settings.jsonc @@ -78,9 +78,7 @@ "languageserver": { "nix": { "command": "rnix-lsp", - "filetypes": [ - "nix" - ] + "filetypes": ["nix"] } },