add typescript syntax to nvim config
This commit is contained in:
parent
7e040432d1
commit
45c21d9fba
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@ bindsym $mod+Return exec alacritty
|
|||
bindsym $mod+Home exec thunar
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+d exec --no-startup-id ~/bin/launcher
|
||||
bindsym $mod+g exec --no-startup-id ~/bin/screengrab
|
||||
bindsym --release $mod+g exec --no-startup-id ~/bin/screengrab
|
||||
|
||||
# i3 actions
|
||||
bindsym $mod+Shift+c reload
|
||||
|
@ -142,6 +142,8 @@ set_from_resource $fg i3wm.color7
|
|||
set_from_resource $bg i3wm.color2
|
||||
set_from_resource $bgalt i3wm.color8
|
||||
|
||||
workspace_layout default
|
||||
|
||||
# class brdr bg txt indic childbdr
|
||||
client.focused $bg $bg $fg $bg $bg
|
||||
client.focused_inactive $bg $bg $fg $bg $bg
|
||||
|
|
|
@ -49,11 +49,12 @@ call plug#begin('~/.local/share/nvim/plugged')
|
|||
Plug 'dylanaraps/wal.vim'
|
||||
|
||||
" syntax
|
||||
Plug 'cakebaker/scss-syntax.vim'
|
||||
Plug 'calviken/vim-gdscript3'
|
||||
Plug 'ianks/vim-tsx'
|
||||
Plug 'cakebaker/scss-syntax.vim'
|
||||
Plug 'posva/vim-vue'
|
||||
Plug 'leafgarland/typescript-vim'
|
||||
Plug 'lepture/vim-jinja'
|
||||
Plug 'posva/vim-vue'
|
||||
|
||||
" functionality
|
||||
Plug 'tpope/vim-sensible'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue