feat: Hyprland
This commit is contained in:
parent
3a4f4256f8
commit
1eaeedfd76
5 changed files with 149 additions and 3 deletions
|
@ -78,7 +78,7 @@ Plug 'hrsh7th/nvim-cmp', { 'branch': 'main' }
|
|||
Plug 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
" --- enhanced python highlighting
|
||||
Plug 'wookayin/semshi', {'do': ':UpdateRemotePlugins'}
|
||||
"Plug 'wookayin/semshi', {'do': ':UpdateRemotePlugins'}
|
||||
|
||||
" --- For golang
|
||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||
|
@ -93,6 +93,9 @@ Plug 'wakatime/vim-wakatime'
|
|||
|
||||
Plug 'GutenYe/json5.vim'
|
||||
|
||||
" --- Project Fluent support
|
||||
Plug 'projectfluent/fluent.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
" ======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue