feat: Hyprland

This commit is contained in:
ziro 2023-04-06 08:03:28 +07:00
parent 3a4f4256f8
commit 1eaeedfd76
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 149 additions and 3 deletions

View file

@ -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()
" ======================

View file

@ -94,7 +94,7 @@ autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.c set ai sw=4 ts=4 sta noet fo=croql
autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql
autocmd Filetype html* set ai sw=4 ts=4 sta et fo=croql
autocmd Filetype css set ai sw=4 ts=4 sta et fo=croql
autocmd Filetype *css set ai sw=4 ts=4 sta et fo=croql
autocmd Filetype javascript set ai sw=4 ts=4 sta et fo=croql
autocmd Filetype vue set ai sw=4 ts=4 sta et fo=croql
autocmd Filetype php set ai sw=4 ts=4 sta et fo=croql