From 2d6115a3743e0877ba7af6ae1715fdc3ee9b521e Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 5 Feb 2021 20:12:36 +0100 Subject: [PATCH] Polybar stuff & stuff --- polybar/config | 2 +- vimrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/polybar/config b/polybar/config index 0b26508..c09882b 100644 --- a/polybar/config +++ b/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = difference [colors] -background = #aa111015 +background = #111015 foreground = #d8dee9 line = #bbb border = #bbb diff --git a/vimrc b/vimrc index 4b10e01..2574e82 100644 --- a/vimrc +++ b/vimrc @@ -62,6 +62,7 @@ highlight LineNr ctermfg=grey ctermbg=NONE " Assembly let b:asmsyntax = "nasm" +let g:asmsyntax = 'nasm' " YCM set completeopt-=preview