From 75210a6d13db63705ad80204170fdbb4ea9a2149 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Sun, 2 May 2021 22:52:23 -0400 Subject: [PATCH] Add coc-settings.json for vim and remove no longer used dracula theme --- home/.config/alacritty/dracula.yml | 53 ----------------------------- home/.config/nvim/coc-settings.json | 3 ++ home/.vim/coc-settings.json | 1 + 3 files changed, 4 insertions(+), 53 deletions(-) delete mode 100644 home/.config/alacritty/dracula.yml create mode 100644 home/.config/nvim/coc-settings.json create mode 120000 home/.vim/coc-settings.json diff --git a/home/.config/alacritty/dracula.yml b/home/.config/alacritty/dracula.yml deleted file mode 100644 index e128f82..0000000 --- a/home/.config/alacritty/dracula.yml +++ /dev/null @@ -1,53 +0,0 @@ -colors: - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - cursor: - text: CellBackground - cursor: CellForeground - vi_mode_cursor: - text: CellBackground - cursor: CellForeground - search: - matches: - foreground: '0x44475a' - background: '0x50fa7b' - focused_match: - foreground: '0x44475a' - background: '0xffb86c' - bar: - background: '0x282a36' - foreground: '0xf8f8f2' - line_indicator: - foreground: None - background: None - selection: - text: CellForeground - background: '0x44475a' - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbfbfbf' - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xf4f99d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0x9aedfe' - white: '0xe6e6e6' - dim: - black: '0x14151b' - red: '0xff2222' - green: '0x1ef956' - yellow: '0xebf85b' - blue: '0x4d5b86' - magenta: '0xff46b0' - cyan: '0x59dffc' - white: '0xe6e6d1' diff --git a/home/.config/nvim/coc-settings.json b/home/.config/nvim/coc-settings.json new file mode 100644 index 0000000..eefe671 --- /dev/null +++ b/home/.config/nvim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "diagnostic.displayByAle": true +} diff --git a/home/.vim/coc-settings.json b/home/.vim/coc-settings.json new file mode 120000 index 0000000..98c12c8 --- /dev/null +++ b/home/.vim/coc-settings.json @@ -0,0 +1 @@ +../.config/nvim/coc-settings.json \ No newline at end of file