mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-20 13:48:41 +00:00
Add some extensions (#30)
This commit is contained in:
@@ -355,17 +355,3 @@ set statusline+=%*
|
||||
set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ \ Column:\ %c
|
||||
|
||||
set fileformat=unix
|
||||
|
||||
let g:fsharp#fsautocomplete_command =
|
||||
\ [ 'dotnet',
|
||||
\ 'fsautocomplete',
|
||||
\ '--background-service-enabled'
|
||||
\ ]
|
||||
|
||||
let g:fsharp#show_signature_on_cursor_move = 1
|
||||
if has('nvim') && exists('*nvim_open_win')
|
||||
augroup FSharpGroup
|
||||
autocmd!
|
||||
autocmd FileType fsharp nnoremap <leader>t :call fsharp#showTooltip()<CR>
|
||||
augroup END
|
||||
endif
|
||||
|
Reference in New Issue
Block a user