This commit is contained in:
Smaug123
2024-03-22 21:17:19 +00:00
parent 78b2d62ce2
commit e493cdbcdd

View File

@@ -188,7 +188,7 @@
{
plugin = nixpkgs.vimPlugins.Ionide-vim;
config = ''
let g:fsharp#fsautocomplete_command = ['dotnet', 'fsautocomplete', '--background-service-enabled']
let g:fsharp#fsautocomplete_command = ['fsautocomplete']
let g:fsharp#show_signature_on_cursor_move = 1
if has('nvim') && exists('*nvim_open_win')
augroup FSharpGroup
@@ -249,6 +249,7 @@
};
home.packages = [
nixpkgs.fsautocomplete
nixpkgs.keepassxc
nixpkgs.rust-analyzer
nixpkgs.tmux