Skip to content

Commit

Permalink
add nvim QML indentation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkki14 committed Aug 10, 2022
1 parent 9ec24ab commit 19c7ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ inoremap <silent><expr> <Tab>
\ <SID>check_back_space() ? "\<Tab>" :
\ coc#refresh()
autocmd Filetype haskell setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
autocmd Filetype qml setlocal expandtab tabstop=4 shiftwidth=4 softtabstop=4
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %{&filetype}\ %P
set mouse=a
colorscheme gruvbox
Expand Down

0 comments on commit 19c7ff1

Please sign in to comment.