mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Added html, php, and css to nvim's "noexpandtab" list
This commit is contained in:
@@ -8,7 +8,7 @@ set number
|
|||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
autocmd FileType go set noexpandtab
|
autocmd FileType go,html,php,css set noexpandtab
|
||||||
|
|
||||||
" enable visually indented text wrapping
|
" enable visually indented text wrapping
|
||||||
set wrap
|
set wrap
|
||||||
|
|||||||
Reference in New Issue
Block a user