From b851af90c3f9bbabbfaf73a322d827f28303a2b1 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 14 Mar 2017 20:35:15 -0500 Subject: [PATCH] show all workspaces/desktops --- de/bar/polybar-config | 2 +- text-editor/neovim/init.vim | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/de/bar/polybar-config b/de/bar/polybar-config index 92e4b98..7eee4bf 100644 --- a/de/bar/polybar-config +++ b/de/bar/polybar-config @@ -97,6 +97,7 @@ label-unmounted-foreground = ${colors.foreground-alt} [module/bspwm] type = internal/bspwm +pin-workspaces = false label-focused = %index% label-focused-background = ${xrdb:color1} @@ -121,7 +122,6 @@ label-empty-padding = 2 ; wrapping-scroll = false ; ; ; Only show workspaces on the same output as the bar -; ;pin-workspaces = true ; ; label-mode-padding = 2 ; label-mode-foreground = #000 diff --git a/text-editor/neovim/init.vim b/text-editor/neovim/init.vim index bd84398..cf8cb7d 100644 --- a/text-editor/neovim/init.vim +++ b/text-editor/neovim/init.vim @@ -133,6 +133,8 @@ let g:fzf_layout = { 'window': 'enew' } " plugins for specific file types Plug 'othree/html5.vim', {'for': ['jade', 'pug', 'html', 'vue']} +Plug 'mxw/vim-jsx', {'for': ['jsx', 'javascript', 'js', 'javascript.jsx']} +let g:jsx_ext_required = 0 " allow JSX in normal JS files Plug 'hail2u/vim-css3-syntax', {'for': ['styl', 'stylus', 'css', 'vue']} Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']} Plug 'posva/vim-vue', {'for': ['vue']}