Files
dotfiles/config/.config/nvim/after/ftplugin/gdscript.vim
Christian Nieves 70b43e497b cmp sorting woot
2023-11-23 15:30:58 -06:00

7 lines
91 B
VimL

set autoindent
set nowrap
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab